[PATCH] D45494: [Power9]Legalize and emit code for converting Unsigned HWord/Char to Quad-Precision
Lei Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 10 09:46:39 PDT 2018
lei created this revision.
lei added reviewers: nemanjai, kbarton, hfinkel.
Legalize and emit code for converting unsigned HWord/Char to QP:
xscvsdqp
xscvudqp
Only covering patterns for unsigned forms cause we don't have part-word sign-extending integer loads into VSX registers.
https://reviews.llvm.org/D45494
Files:
lib/Target/PowerPC/PPCInstrVSX.td
test/CodeGen/PowerPC/f128-conv.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45494.141871.patch
Type: text/x-patch
Size: 5493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180410/5ec9a60b/attachment.bin>
More information about the llvm-commits
mailing list