diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/apint-cast-cast-to-and.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/apint-cast-cast-to-and.ll | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/Transforms/InstCombine/apint-cast-cast-to-and.ll b/llvm/test/Transforms/InstCombine/apint-cast-cast-to-and.ll deleted file mode 100644 index b2069a93ac4..00000000000 --- a/llvm/test/Transforms/InstCombine/apint-cast-cast-to-and.ll +++ /dev/null @@ -1,8 +0,0 @@ -; RUN: opt < %s -instcombine -S | not grep i41 - -define i61 @test1(i61 %X) { - %Y = trunc i61 %X to i41 ;; Turn i61o an AND - %Z = zext i41 %Y to i61 - ret i61 %Z -} - |