[LLVMdev] how to turn off conversion of add's into or's (in address calculations)
Heikki Kultala
hkultala at cs.tut.fi
Fri Jun 6 06:11:00 PDT 2014
It seems some optimization pass converts some address computation add's
into or's when it knows it's allowed due correct alignment.
How do I turn this off keep the address calculations as adds?
More information about the llvm-dev
mailing list