summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopUnswitch/2007-08-01-LCSSA.ll
diff options
context:
space:
mode:
authorAlina Sbirlea <asbirlea@google.com>2018-09-11 19:19:21 +0000
committerAlina Sbirlea <asbirlea@google.com>2018-09-11 19:19:21 +0000
commita496143c9e6f95e200bb71b6657cdd6431caebd2 (patch)
treea2d610cf19a08334f20a978d22fb8eb8183d5338 /llvm/test/Transforms/LoopUnswitch/2007-08-01-LCSSA.ll
parente199a2d434b10b5bffacf0043f2b1d835442c4e7 (diff)
downloadbcm5719-llvm-a496143c9e6f95e200bb71b6657cdd6431caebd2.tar.gz
bcm5719-llvm-a496143c9e6f95e200bb71b6657cdd6431caebd2.zip
Update MemorySSA in LoopUnswitch.
Summary: Update MemorySSA in old LoopUnswitch pass. Actual dependency and update is disabled by default. Subscribers: sanjoy, jlebar, Prazek, llvm-commits Differential Revision: https://reviews.llvm.org/D45301 llvm-svn: 341984
Diffstat (limited to 'llvm/test/Transforms/LoopUnswitch/2007-08-01-LCSSA.ll')
-rw-r--r--llvm/test/Transforms/LoopUnswitch/2007-08-01-LCSSA.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopUnswitch/2007-08-01-LCSSA.ll b/llvm/test/Transforms/LoopUnswitch/2007-08-01-LCSSA.ll
index 49b30bda50f..547c633f9da 100644
--- a/llvm/test/Transforms/LoopUnswitch/2007-08-01-LCSSA.ll
+++ b/llvm/test/Transforms/LoopUnswitch/2007-08-01-LCSSA.ll
@@ -1,4 +1,5 @@
; RUN: opt < %s -loop-unswitch -instcombine -disable-output
+; RUN: opt < %s -loop-unswitch -enable-mssa-loop-dependency=true -verify-memoryssa -instcombine -disable-output
%struct.ClassDef = type { %struct.QByteArray, %struct.QByteArray, %"struct.QList<ArgumentDef>", %"struct.QList<ArgumentDef>", i8, i8, %"struct.QList<ArgumentDef>", %"struct.QList<ArgumentDef>", %"struct.QList<ArgumentDef>", %"struct.QList<ArgumentDef>", %"struct.QList<ArgumentDef>", %"struct.QList<ArgumentDef>", %"struct.QMap<QByteArray,QByteArray>", %"struct.QList<ArgumentDef>", %"struct.QMap<QByteArray,QByteArray>", i32, i32 }
%struct.FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_marker*, %struct.FILE*, i32, i32, i32, i16, i8, [1 x i8], i8*, i64, i8*, i8*, i8*, i8*, i32, i32, [40 x i8] }
%struct.Generator = type { %struct.FILE*, %struct.ClassDef*, %"struct.QList<ArgumentDef>", %struct.QByteArray, %"struct.QList<ArgumentDef>" }
OpenPOWER on IntegriCloud