diff options
Diffstat (limited to 'llvm/test/Regression/Transforms/InstCombine/2004-03-13-InstCombineInfLoop.ll')
| -rw-r--r-- | llvm/test/Regression/Transforms/InstCombine/2004-03-13-InstCombineInfLoop.ll | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/test/Regression/Transforms/InstCombine/2004-03-13-InstCombineInfLoop.ll b/llvm/test/Regression/Transforms/InstCombine/2004-03-13-InstCombineInfLoop.ll deleted file mode 100644 index fd7a2e346c9..00000000000 --- a/llvm/test/Regression/Transforms/InstCombine/2004-03-13-InstCombineInfLoop.ll +++ /dev/null @@ -1,13 +0,0 @@ -; This testcase caused the combiner to go into an infinite loop, moving the -; cast back and forth, changing the seteq to operate on int vs uint and back. - -; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine -disable-output - -bool %test(uint %A, int %B) { - %C = sub uint 0, %A - %Cc = cast uint %C to int - %D = sub int 0, %B - %E = seteq int %Cc, %D - ret bool %E -} - |

