When trying to figure out if MBB could fallthrough to ToMBB (possibly by
falling through a bunch of other MBBs) we didn't actually check if there
was fallthrough between the last two blocks in the chain.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Not sure who is code owner of IfConversion.cpp so I added the last three persons who changed
anything there as reviwers.
test/CodeGen/MIR/ARM/ifcvt_canFallThroughTo.mir | ||
---|---|---|
4 |
Comment Actions
Thanks for the comments! I didn't know you could omit this much from the mir file so I learned something today :) I suppose I can submit this now then?
You can remove this entire section (with the LLVM IR).