[PATCH] D33037: [IfConversion] Keep the CFG updated incrementally in IfConvertTriangle
Mikael Holmén via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 11 23:00:48 PDT 2017
uabelho marked an inline comment as done.
uabelho added inline comments.
================
Comment at: test/CodeGen/MIR/ARM/PR32721_ifcvt_triangle_unanalyzable.mir:6
+ bb.0:
+ successors: %bb.2
+
----------------
MatzeB wrote:
> FYI: The latest MIR parser can finally deduce the successor lists in most cases if you leave them out. It should work for this test.
Thanks!
https://reviews.llvm.org/D33037
More information about the llvm-commits
mailing list