[llvm-commits] [llvm-gcc][arm][patch] Lower function signatures a bit more

Rafael Espindola espindola at google.com
Thu Sep 9 18:15:37 PDT 2010


> Great, I was worried that the "long" IR wouldn't be pattern matched back into good machine code.  I think this is a great idea, doing it in clang would really be appreciated!

Sure. Will give it a try when we start using clang. Maybe a bit earlier :-)

So, how do I test this for hard float? If I understand the config
macros correctly, the check

 if (TARGET_HARD_FLOAT_ABI)
   return false;

should keep the results unchanged for hard float.

> -Chris

Cheers,
-- 
Rafael Ávila de Espíndola




More information about the llvm-commits mailing list