[PATCH] D13718: [SimplifyCFG] Extend SimplifyResume to handle phi of trivial landing pad.
David Majnemer via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 26 16:12:30 PDT 2015
majnemer added a subscriber: majnemer.
================
Comment at: test/Transforms/SimplifyCFG/bug-25299.ll:1
@@ +1,2 @@
+; RUN: opt < %s -gvn -simplifycfg -disable-output
+
----------------
Why does this test also need the -gvn pass?
http://reviews.llvm.org/D13718
More information about the llvm-commits
mailing list