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

David Li via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 14:01:57 PST 2016


davidxl added a comment.

Do you know how often BPI/BFI is actually needed?  In other words, among all functions compiled, how many of them reach to the point that BFI is needed? If you have some stats that will be great. If the data shows not often -- then BPI/BFI may need to be computed in a lazy way.


https://reviews.llvm.org/D22696





More information about the llvm-commits mailing list