search for: 30d25be0

Displaying 1 result from an estimated 1 matches for "30d25be0".

2013 Jul 23
4
[LLVMdev] -Os
When I use -Os with a clang that implicitly calls llc, I get much different code than when call clang first with -Os and then call llc. How do I get these two paths to generate the same code? Tia. Reed