[LLVMdev] detailed comparison of generated code size for LLVM and other compilers
John Regehr
regehr at cs.utah.edu
Mon Dec 14 13:49:30 PST 2009
> You'll probably need to some digging to make sure the defaults are exactly
> comparable. Are SSE and/or MMX used? This affects floating point codegen
> quite a bit. Are the target CPUs the same?
Good point. Would "generic i686" be a reasonable choice? Does that even
mean anything these days?
Anyway-- I'd appreciate some guidance on what you folks would find most
interesting and useful. Then I can do some homework and figure out how to
get the rest of the compilers to assume an equivalent ISA.
Thanks,
John
More information about the llvm-dev
mailing list