[PATCH] D44528: [PowerPC] Implement canCombineStoreAndExtract and provide the missing pattern for the combination

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 22 05:14:37 PDT 2018


nemanjai updated this revision to Diff 170392.
nemanjai added a comment.
Herald added a subscriber: jsji.

Implemented all the patterns for codegen of extract->store.


Repository:
  rL LLVM

https://reviews.llvm.org/D44528

Files:
  lib/Target/PowerPC/PPCISelLowering.cpp
  lib/Target/PowerPC/PPCISelLowering.h
  lib/Target/PowerPC/PPCInstrVSX.td
  test/CodeGen/PowerPC/combine-extract-store.ll
  test/CodeGen/PowerPC/extract-and-store.ll
  test/CodeGen/PowerPC/scalar_vector_test_2.ll
  test/CodeGen/PowerPC/store_fptoi.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44528.170392.patch
Type: text/x-patch
Size: 29377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181022/9232c211/attachment.bin>


More information about the llvm-commits mailing list