[PATCH] D45267: [PowerPC] Combine BUILD_VECTOR of int to fp conversions

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 4 10:28:31 PDT 2018


nemanjai created this revision.
nemanjai added reviewers: echristo, hfinkel, kbarton.

We currently emit pretty bad code for this and we have most of the handling already implemented to do this efficiently on Power9. This combines the node to trigger the efficient handling.


Repository:
  rL LLVM

https://reviews.llvm.org/D45267

Files:
  lib/Target/PowerPC/PPCISelLowering.cpp
  test/CodeGen/PowerPC/int-to-fp-build-vectors.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45267.140986.patch
Type: text/x-patch
Size: 20435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180404/0c6f79f4/attachment.bin>


More information about the llvm-commits mailing list