[llvm] bd22a99 - Add missing `REQUIRES: asserts` to combine-icmp-to-lhs-known-bits.mir

Jessica Paquette via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 3 09:26:36 PDT 2021


Author: Jessica Paquette
Date: 2021-09-03T09:25:37-07:00
New Revision: bd22a99c57b472774a8addcaeef503540abe7b57

URL: https://github.com/llvm/llvm-project/commit/bd22a99c57b472774a8addcaeef503540abe7b57
DIFF: https://github.com/llvm/llvm-project/commit/bd22a99c57b472774a8addcaeef503540abe7b57.diff

LOG: Add missing `REQUIRES: asserts` to combine-icmp-to-lhs-known-bits.mir

Added: 
    

Modified: 
    llvm/test/CodeGen/AArch64/GlobalISel/combine-icmp-to-lhs-known-bits.mir

Removed: 
    


################################################################################
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 c9a648b893fa..4841434458b5 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
 
 ...
 ---


        


More information about the llvm-commits mailing list