Files
clang-p2996/llvm/test/CodeGen/Mips
Stefan Maksimovic 6ccbd16433 [mips] Handle missing CondCodes
Add patterns for unhandled CondCode enumerables:
SETEQ, SETGE, SETGT, SETLE, SETLT, SETNE.

Stated at the ISD::CondCode enum declaration:
`All of these (except for the 'always folded ops')
should be handled for floating point.`

Add patterns which use these nodes, same as corresponding
'ordered' CondCode nodes.

Referring to 'Ordered means that neither operand is a QNAN'
we assume it is safe to match ex. SETLT node to the same
instruction as SETOLT.

Differential Revision: https://reviews.llvm.org/D50757

llvm-svn: 340392
2018-08-22 09:34:44 +00:00
..
2018-08-22 09:34:44 +00:00
2018-06-29 16:37:16 +00:00
2018-07-23 23:19:53 +00:00
2017-12-11 11:21:40 +00:00
2018-02-09 10:46:16 +00:00
2017-12-11 11:21:40 +00:00
2018-07-24 13:47:52 +00:00