From bd22a99c57b472774a8addcaeef503540abe7b57 Mon Sep 17 00:00:00 2001 From: Jessica Paquette Date: Fri, 3 Sep 2021 09:25:37 -0700 Subject: [PATCH] Add missing `REQUIRES: asserts` to combine-icmp-to-lhs-known-bits.mir --- llvm/test/CodeGen/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 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 ... --- -- 2.7.4