[llvm-commits] [Patch] Add in expansions for various condition codes
Rafael EspĂndola
rafael.espindola at gmail.com
Sat Oct 6 19:25:59 PDT 2012
On 4 October 2012 14:09, Villmow, Micah <Micah.Villmow at amd.com> wrote:
> Ping!
+ // Otherwise, the pattern is (LHS CC1 LHS) Opc (RHS CC2 RHS2)
RHS2?
The patch looks OK. Do you need it for some off tree backend or is
this something we can test with an existing backend. If you can add a
test, please do.
Not sure if this would help MBlaze, the patters seem to be to convert
from setcc to selectcc, so yes, it can be a separate patch.
Cheers,
Rafael
More information about the llvm-commits
mailing list