[PATCH] D20276: [MBP] Reduce code size by running tail merging in MBP
    David Majnemer via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon May 16 09:26:35 PDT 2016
    
    
  
majnemer added a subscriber: majnemer.
================
Comment at: lib/CodeGen/MachineBlockPlacement.cpp:1479
@@ +1478,3 @@
+  // TailMerge can create jump into if branches that make CFG irreducible for
+  // HW that requires structurized CFG.
+  bool EnableTailMerge = !F.getTarget().requiresStructuredCFG() &&
----------------
deadalnix wrote:
> Out of curiosity, do you have example of hardware doing this ?
WebAssembly IIRC.
Repository:
  rL LLVM
http://reviews.llvm.org/D20276
    
    
More information about the llvm-commits
mailing list