[LLVMdev] strict aliasing and LLVM

Dan Gohman gohman at apple.com
Sat Oct 30 11:27:55 CDT 2010


On Oct 30, 2010, at 1:34 AM, Nick Lewycky wrote:
>  (Maybe -O2 -fstrict-aliasing -mllvm -disable-llvm-optzns?)

Yep; you can do this today.  And the -fstrict-aliasing is actually redundant
since it's on by default with -O2.

Dan



More information about the LLVMdev mailing list