diff --git a/llvm/test/Regression/Transforms/LoopStrengthReduce/use_postinc_value_outside_loop.ll b/llvm/test/Regression/Transforms/LoopStrengthReduce/use_postinc_value_outside_loop.ll index 42bbbcb50c92..13f4701f4bbf 100644 --- a/llvm/test/Regression/Transforms/LoopStrengthReduce/use_postinc_value_outside_loop.ll +++ b/llvm/test/Regression/Transforms/LoopStrengthReduce/use_postinc_value_outside_loop.ll @@ -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