[PATCH] D17625: Do not select EhPad BB in MachineBlockPlacement when there is regular BB to schedule

Amaury SECHET via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 16:50:26 PST 2016


deadalnix added inline comments.

================
Comment at: test/CodeGen/X86/block-placement.ll:1145
@@ +1144,3 @@
+; CHECK: %exit
+; CHECK: %innerlp
+; CHECK: %outerlp
----------------
davidxl wrote:
> Where is innnercleanup?
It end up being merged in innrerlp by some pass along the road.

================
Comment at: test/CodeGen/X86/block-placement.ll:1159
@@ +1158,3 @@
+
+innerlp:
+  %2 = landingpad { i8*, i32 }
----------------
davidxl wrote:
> Can you shuffle the lp labels into different orders in the original source?
Sure, will do.


http://reviews.llvm.org/D17625





More information about the llvm-commits mailing list