diff options
Diffstat (limited to 'llvm/test/Transforms/EarlyCSE/conditional.ll')
-rw-r--r-- | llvm/test/Transforms/EarlyCSE/conditional.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/EarlyCSE/conditional.ll b/llvm/test/Transforms/EarlyCSE/conditional.ll index 5b5a74f112b..d2bab4c9aca 100644 --- a/llvm/test/Transforms/EarlyCSE/conditional.ll +++ b/llvm/test/Transforms/EarlyCSE/conditional.ll @@ -1,4 +1,5 @@ ; RUN: opt -early-cse -S < %s | FileCheck %s +; RUN: opt -basicaa -early-cse-memssa -S < %s | FileCheck %s ; Can we CSE a known condition to a constant? define i1 @test(i8* %p) { |