[llvm] 5868dd3 - [HardwareLoops] Remove unused check-prefixes

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 09:52:17 PST 2020


Author: Simon Pilgrim
Date: 2020-11-09T17:50:19Z
New Revision: 5868dd3dc43c57aff3b2d109fe9245629844929a

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

LOG: [HardwareLoops] Remove unused check-prefixes

Just use default CHECK

Added: 
    

Modified: 
    llvm/test/Transforms/HardwareLoops/sibling-loops.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/HardwareLoops/sibling-loops.ll b/llvm/test/Transforms/HardwareLoops/sibling-loops.ll
index e415e522da7b..9a4c89fea853 100644
--- a/llvm/test/Transforms/HardwareLoops/sibling-loops.ll
+++ b/llvm/test/Transforms/HardwareLoops/sibling-loops.ll
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -hardware-loops -force-hardware-loops=true -hardware-loop-decrement=1 -hardware-loop-counter-bitwidth=32 -S %s -o - | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-DEC
+; RUN: opt < %s -hardware-loops -force-hardware-loops=true -hardware-loop-decrement=1 -hardware-loop-counter-bitwidth=32 -S | FileCheck %s
 
 define arm_aapcs_vfpcc void @test(i16* noalias nocapture readonly %off, i16* noalias nocapture %data, i16* noalias nocapture %dst, i32 %n) {
 ; CHECK-LABEL: @test(


        


More information about the llvm-commits mailing list