[PATCH] D22696: [CodeGenPrep] Skip merging empty case blocks

David Li via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 23 16:01:14 PDT 2016


davidxl added a comment.

Since there are multiple sinkable instructions in the source BB in this case, MachineSink without Dehao's patch (which handles single instruction case)  should work if the edge is actually splitable.


https://reviews.llvm.org/D22696





More information about the llvm-commits mailing list