Add missing `REQUIRES: asserts` to combine-icmp-to-lhs-known-bits.mir
authorJessica Paquette <jpaquette@apple.com>
Fri, 3 Sep 2021 16:25:37 +0000 (09:25 -0700)
committerJessica Paquette <jpaquette@apple.com>
Fri, 3 Sep 2021 16:25:37 +0000 (09:25 -0700)
llvm/test/CodeGen/AArch64/GlobalISel/combine-icmp-to-lhs-known-bits.mir

index c9a648b..4841434 100644 (file)
@@ -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
 
 ...
 ---