diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 08:30:33 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 08:30:33 +0000 |
commit | 951d8dc29fff7ab225affb2b5b00f053a98495f6 (patch) | |
tree | fd157257862153709cfb92c3c469d448623284c3 /llvm/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll | |
parent | 8eba4c3d12b38a48882901eda50a57424940ecd1 (diff) | |
download | bcm5719-llvm-951d8dc29fff7ab225affb2b5b00f053a98495f6.tar.gz bcm5719-llvm-951d8dc29fff7ab225affb2b5b00f053a98495f6.zip |
For PR1319:
Upgrade to use new Tcl exec based test harness.
llvm-svn: 36062
Diffstat (limited to 'llvm/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll')
-rw-r--r-- | llvm/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll b/llvm/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll index b8f318b307f..3c1003b4973 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll +++ b/llvm/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll @@ -1,4 +1,6 @@ -; RUN: llvm-upgrade < %s | llvm-as | opt -loop-reduce | llvm-dis | not grep 'cast uint 1 to uint' +; RUN: llvm-upgrade < %s | llvm-as | opt -loop-reduce | llvm-dis | \ +; RUN: not grep {cast uint 1 to uint} +; END. ; The setlt wants to use a value that is incremented one more than the dominant ; IV. Don't insert the 1 outside the loop, preventing folding it into the add. |