[PATCH] D13718: [SimplifyCFG] Extend SimplifyResume to handle phi of trivial landing pad.

Chen Li via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 20:49:23 PDT 2015


chenli added inline comments.

================
Comment at: test/Transforms/SimplifyCFG/bug-25299.ll:1
@@ +1,2 @@
+; RUN: opt < %s -gvn -simplifycfg -disable-output
+
----------------
majnemer wrote:
> Why does this test also need the -gvn pass?
-gvn is not needed here. I forgot to remove it while testing locally. I will update it now, and thanks for spotting that. 


http://reviews.llvm.org/D13718





More information about the llvm-commits mailing list