diff options
Diffstat (limited to 'llvm/test/Transforms/EarlyCSE/instsimplify-dom.ll')
| -rw-r--r-- | llvm/test/Transforms/EarlyCSE/instsimplify-dom.ll | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/llvm/test/Transforms/EarlyCSE/instsimplify-dom.ll b/llvm/test/Transforms/EarlyCSE/instsimplify-dom.ll deleted file mode 100644 index f41ce27a87e..00000000000 --- a/llvm/test/Transforms/EarlyCSE/instsimplify-dom.ll +++ /dev/null @@ -1,20 +0,0 @@ -; RUN: opt -early-cse -S < %s | FileCheck %s -; RUN: opt -basicaa -early-cse-memssa -S < %s | FileCheck %s -; PR12231 - -declare i32 @f() - -define i32 @fn() { -entry: - br label %lbl_1215 - -lbl_1215: - %ins34 = phi i32 [ %ins35, %xxx ], [ undef, %entry ] - ret i32 %ins34 - -xxx: - %ins35 = call i32 @f() - br label %lbl_1215 -} - -; CHECK-LABEL: define i32 @fn( |

