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