diff options
Diffstat (limited to 'llvm/test/Transforms/SimpleLoopUnswitch/pr37888.ll')
-rw-r--r-- | llvm/test/Transforms/SimpleLoopUnswitch/pr37888.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/SimpleLoopUnswitch/pr37888.ll b/llvm/test/Transforms/SimpleLoopUnswitch/pr37888.ll index 307706fc34a..e8e34a2e882 100644 --- a/llvm/test/Transforms/SimpleLoopUnswitch/pr37888.ll +++ b/llvm/test/Transforms/SimpleLoopUnswitch/pr37888.ll @@ -1,4 +1,5 @@ ; RUN: opt -simple-loop-unswitch -loop-deletion -S < %s | FileCheck %s +; RUN: opt -simple-loop-unswitch -enable-mssa-loop-dependency=true -verify-memoryssa -loop-deletion -S < %s | FileCheck %s ; ; Check that when we do unswitching where we re-enqueue the loop to be processed ; again, but manage to delete the loop before ever getting to iterate on it, it |