[PATCH] D42101: [PowerPC] Legalize SETULT and SETUGT for type f32 and f64.
Tony Jiang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 16 06:45:19 PST 2018
jtony created this revision.
jtony added reviewers: hfinkel, nemanjai, echristo, kbarton, sfertile, lei, stefanp, syzaara, inouehrs.
ISD::SETULT and ISD::SETUGT for type f32 and f64 on PowerPC are currently set to `Expand`. They are legalized in this patch.
https://reviews.llvm.org/D42101
Files:
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCInstrInfo.td
test/CodeGen/PowerPC/test_fp_ugt.ll
test/CodeGen/PowerPC/test_fp_ugt0.ll
test/CodeGen/PowerPC/test_fp_ult.ll
test/CodeGen/PowerPC/test_fp_ult0.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42101.129944.patch
Type: text/x-patch
Size: 7710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180116/b58e28b8/attachment.bin>
More information about the llvm-commits
mailing list