[llvm-dev] Basic Block FallThrough
Hyungjoon Koo via llvm-dev
llvm-dev at lists.llvm.org
Tue Mar 28 20:13:15 PDT 2017
Hi,
I want to see if the machine basic block (MBB) can fall through. I know
there is the function, canFallThrough(), in MachineBasicBlock.h, but how
can I know if the MBB in a final layout could fall through after all branch
optimizations?
Thank you.
Best Regards,
Kevin Koo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170328/13b037f7/attachment.html>
More information about the llvm-dev
mailing list