search for: ef6e6d7f

Displaying 1 result from an estimated 1 matches for "ef6e6d7f".

2014 Jun 06
2
[LLVMdev] how to turn off conversion of add's into or's (in address calculations)
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?