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

David Li via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 14 09:30:14 PDT 2016


davidxl added a comment.

Please rebase the patch after the refactoring code is in.


================
Comment at: test/CodeGen/X86/block-placement.ll:1137
@@ +1136,3 @@
+
+; We make sure we don't get "corkscrew" ehpad scheduling.
+declare void @clean();
----------------
Please use more plain word for the comments of this test case.


http://reviews.llvm.org/D17625





More information about the llvm-commits mailing list