[LLVMdev] strict aliasing and LLVM

Dan Gohman gohman at apple.com
Sat Oct 30 09:27:55 PDT 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 llvm-dev mailing list