From: Jessica Paquette Date: Fri, 3 Sep 2021 16:25:37 +0000 (-0700) Subject: Add missing `REQUIRES: asserts` to combine-icmp-to-lhs-known-bits.mir X-Git-Tag: upstream/15.0.7~32292 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd22a99c57b472774a8addcaeef503540abe7b57;p=platform%2Fupstream%2Fllvm.git Add missing `REQUIRES: asserts` to combine-icmp-to-lhs-known-bits.mir --- 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 c9a648b..4841434 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 ... ---