[LLVMdev] LLVM Code Generation on flattened IR code

charlessl at free.fr charlessl at free.fr
Sat Jul 26 11:34:46 PDT 2014


i entered bug #20410
finally :
3.4
===
switch inst :      llc compilation time OK,  execution time OK
indirect branch :  llc compilation time KO

trunk
====
switch inst :      llc compilation time OK,  execution time KO
indirect branch :  llc compilation time OK,  execution time OK

 


----- Mail original -----


This is great to hear.  If you do find another issue with block
frequency, please CC me on the bug report.

The testcase might be interesting to look at regardless, if you're
willing to mail it.  I don't have any clear examples of slowdowns in the
old algorithm, and I'd be interested to have a closer look at what's
going on with this one.



More information about the llvm-dev mailing list