[PATCH] D32996: [IfConversion] Add missing check in IfConversion/canFallThroughTo

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 05:09:42 PDT 2017


uabelho created this revision.
Herald added a subscriber: javed.absar.

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.


https://reviews.llvm.org/D32996

Files:
  lib/CodeGen/IfConversion.cpp
  test/CodeGen/MIR/ARM/ifcvt_canFallThroughTo.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32996.98268.patch
Type: text/x-patch
Size: 3154 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170509/48957281/attachment.bin>


More information about the llvm-commits mailing list