relax pattern match on name
authorChris Lattner <sabre@nondot.org>
Mon, 12 Sep 2005 17:09:40 +0000 (17:09 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 12 Sep 2005 17:09:40 +0000 (17:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23317 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopStrengthReduce/use_postinc_value_outside_loop.ll

index 42bbbcb50c9249ae32b960de8b637b642fa27de5..13f4701f4bbfafd47183a8e298b8dd76347ea055 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | grep 'add uint %iv..inc, 1'
+; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | grep 'add uint %iv.*inc, 1'
 ;
 ; Make sure that the use of the IV outside of the loop (the store) uses the 
 ; post incremented value of the IV, not the preincremented value.  This