diff options
Diffstat (limited to 'llvm/test/Transforms/SimpleLoopUnswitch/exponential-behavior.ll')
-rw-r--r-- | llvm/test/Transforms/SimpleLoopUnswitch/exponential-behavior.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/SimpleLoopUnswitch/exponential-behavior.ll b/llvm/test/Transforms/SimpleLoopUnswitch/exponential-behavior.ll index 52e9aa1acc2..1c46ddbf51a 100644 --- a/llvm/test/Transforms/SimpleLoopUnswitch/exponential-behavior.ll +++ b/llvm/test/Transforms/SimpleLoopUnswitch/exponential-behavior.ll @@ -1,4 +1,5 @@ ; RUN: opt -simple-loop-unswitch -S < %s | FileCheck %s +; RUN: opt -simple-loop-unswitch -enable-mssa-loop-dependency=true -verify-memoryssa -S < %s | FileCheck %s define void @f(i32 %n, i32* %ptr) { ; CHECK-LABEL: @f( |