diff options
Diffstat (limited to 'llvm/test/Transforms/SimpleLoopUnswitch/preserve-analyses.ll')
-rw-r--r-- | llvm/test/Transforms/SimpleLoopUnswitch/preserve-analyses.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/SimpleLoopUnswitch/preserve-analyses.ll b/llvm/test/Transforms/SimpleLoopUnswitch/preserve-analyses.ll index 76b41e73ede..114825348da 100644 --- a/llvm/test/Transforms/SimpleLoopUnswitch/preserve-analyses.ll +++ b/llvm/test/Transforms/SimpleLoopUnswitch/preserve-analyses.ll @@ -1,4 +1,5 @@ ; RUN: opt -simple-loop-unswitch -verify-loop-info -verify-dom-info -disable-output < %s +; RUN: opt -simple-loop-unswitch -verify-loop-info -verify-dom-info -enable-mssa-loop-dependency=true -verify-memoryssa -disable-output < %s ; Loop unswitch should be able to unswitch these loops and ; preserve LCSSA and LoopSimplify forms. |