summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimpleLoopUnswitch/2015-09-18-Addrspace.ll
diff options
context:
space:
mode:
authorAlina Sbirlea <asbirlea@google.com>2018-12-04 14:23:37 +0000
committerAlina Sbirlea <asbirlea@google.com>2018-12-04 14:23:37 +0000
commita2eebb828e02be7ca8e0c1c53e1ad6548aa1049f (patch)
treebacd9a5df5f282f58718e0142b44f3a6a1463962 /llvm/test/Transforms/SimpleLoopUnswitch/2015-09-18-Addrspace.ll
parent2d12d810f487bf251289546a587cc525e23ca62c (diff)
downloadbcm5719-llvm-a2eebb828e02be7ca8e0c1c53e1ad6548aa1049f.tar.gz
bcm5719-llvm-a2eebb828e02be7ca8e0c1c53e1ad6548aa1049f.zip
Update MemorySSA in SimpleLoopUnswitch.
Summary: Teach SimpleLoopUnswitch to preserve MemorySSA. Subscribers: sanjoy, jlebar, Prazek, george.burgess.iv, llvm-commits Differential Revision: https://reviews.llvm.org/D47022 llvm-svn: 348263
Diffstat (limited to 'llvm/test/Transforms/SimpleLoopUnswitch/2015-09-18-Addrspace.ll')
-rw-r--r--llvm/test/Transforms/SimpleLoopUnswitch/2015-09-18-Addrspace.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/SimpleLoopUnswitch/2015-09-18-Addrspace.ll b/llvm/test/Transforms/SimpleLoopUnswitch/2015-09-18-Addrspace.ll
index ddb888af8ba..c8de642a5d0 100644
--- a/llvm/test/Transforms/SimpleLoopUnswitch/2015-09-18-Addrspace.ll
+++ b/llvm/test/Transforms/SimpleLoopUnswitch/2015-09-18-Addrspace.ll
@@ -1,4 +1,5 @@
; RUN: opt < %s -simple-loop-unswitch -S | FileCheck %s
+; RUN: opt < %s -simple-loop-unswitch -enable-mssa-loop-dependency=true -verify-memoryssa -S | FileCheck %s
; In cases where two address spaces do not have the same size pointer, the
; input for the addrspacecast should not be used as a substitute for itself
OpenPOWER on IntegriCloud