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

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 15 13:21:52 PST 2019


nemanjai updated this revision to Diff 229626.
nemanjai added a comment.
Herald added subscribers: shchenz, wuzish, jsji.
Herald added a project: LLVM.

Rebased with the current source tree.
Updated the new test cases.
Improved some of the handling for the target pattern.
Refactored some of the original combines as the new combine overrode what they do.
Fixed some issue in the combine for load/convert/splat which were exposed by the new combine.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D45267/new/

https://reviews.llvm.org/D45267

Files:
  lib/Target/PowerPC/PPCISelLowering.cpp
  test/CodeGen/PowerPC/int-to-fp-build-vectors.ll
  test/CodeGen/PowerPC/uint-to-fp-v4i32.ll
  test/CodeGen/PowerPC/vsx-partword-int-loads-and-stores.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45267.229626.patch
Type: text/x-patch
Size: 37299 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191115/0e3d625c/attachment-0001.bin>


More information about the llvm-commits mailing list