blob: 6db783f401fd2e1c9d138eeec9e6eb9ec35f283b [file] [log] [blame]
From 5e1f0dc0c4032e4e06900bec5d40022b8e959aca Mon Sep 17 00:00:00 2001
From: Jessica Paquette <jpaquette@apple.com>
Date: Fri, 3 Sep 2021 09:25:37 -0700
Subject: [PATCH] Add missing `REQUIRES: asserts` to
combine-icmp-to-lhs-known-bits.mir
---
.../AArch64/GlobalISel/combine-icmp-to-lhs-known-bits.mir | 1 +
1 file changed, 1 insertion(+)
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/combine-icmp-to-lhs-known-bits.mir b/llvm/test/CodeGen/AArch64/GlobalISel/combine-icmp-to-lhs-known-bits.mir
index c9a648b893fa2..4841434458b5d 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/combine-icmp-to-lhs-known-bits.mir
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/combine-icmp-to-lhs-known-bits.mir
@@ -1,6 +1,7 @@
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
# RUN: llc -mtriple aarch64 -run-pass=aarch64-prelegalizer-combiner --aarch64prelegalizercombinerhelper-only-enable-rule="icmp_to_lhs_known_bits" -global-isel -verify-machineinstrs %s -o - | FileCheck %s
+# REQUIRES: asserts
...
---
--
2.33.0.800.g4c38ced690-goog