Re: AArch64: Disabling conditional execution

2016-09-20 Thread Jim Wilson
On Tue, Sep 20, 2016 at 8:07 AM, Fernando Endo wrote: > I'm using Linaro GCC 4.9-2015.01-3 for AArch64, and trying to disable the > generation of guarded instructions. More specifically, I'd like not to see > instructions such as 'cset', 'csinc', 'ccmp', 'fccmp', etc.

AArch64: Disabling conditional execution

2016-09-20 Thread Fernando Endo
Hello, I'm using Linaro GCC 4.9-2015.01-3 for AArch64, and trying to disable the generation of guarded instructions. More specifically, I'd like not to see instructions such as 'cset', 'csinc', 'ccmp', 'fccmp', etc. So far, it seemed that the flag '-fno-if-conversion2' could do the job, but I