[LLVMdev] -Os

Konstantin Tokarev annulen at yandex.ru
Tue Jul 23 05:19:55 PDT 2013



23.07.2013, 16:05, "reed kotler" <rkotler at mips.com>:
> 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.

clang does NOT call llc internally.

> How do I get these two paths to generate the same code?

Call llc with -Os?

-- 
Regards,
Konstantin



More information about the llvm-dev mailing list