[llvm-commits] [llvm] r157831 - in /llvm/trunk: lib/Target/X86/X86InstrArithmetic.td lib/Target/X86/X86InstrInfo.cpp lib/Target/X86/X86InstrInfo.h test/CodeGen/X86/jump_sign.ll
Manman Ren
mren at apple.com
Fri Jun 1 13:56:04 PDT 2012
Hi Eric,
There exists a function GetOppositeBranchCondition, which is a little different from what I need.
Here, we convert from LE to GE, while GetOppositeBranchCondition converts from LE to G.
So I was not sure what to call this :)
Manman
On Jun 1, 2012, at 1:51 PM, Eric Christopher wrote:
>
> On Jun 1, 2012, at 12:49 PM, Manman Ren <mren at apple.com> wrote:
>
>> +static unsigned UpdateSETCondToOptimizeCmp(unsigned SETOpc) {
>
> How about something like ReverseSetCondition?
>
> -eric
More information about the llvm-commits
mailing list