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.