[PATCH] D38486: [PPC] Implement the heuristic to choose between a X-Form VSX ld/st vs a X-Form FP ld/st.

Tony Jiang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 06:38:57 PST 2017


This revision was automatically updated to reflect the committed changes.
jtony marked 3 inline comments as done.
Closed by commit rL318651: [PPC] Heuristic to choose between a X-Form VSX ld/st vs a X-Form FP ld/st. (authored by jtony).

Changed prior to commit:
  https://reviews.llvm.org/D38486?vs=120443&id=123584#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D38486

Files:
  llvm/trunk/lib/Target/PowerPC/P9InstrResources.td
  llvm/trunk/lib/Target/PowerPC/PPCInstrInfo.cpp
  llvm/trunk/lib/Target/PowerPC/PPCInstrInfo.h
  llvm/trunk/lib/Target/PowerPC/PPCInstrVSX.td
  llvm/trunk/lib/Target/PowerPC/PPCVSXSwapRemoval.cpp
  llvm/trunk/test/CodeGen/PowerPC/VSX-XForm-Scalars.ll
  llvm/trunk/test/CodeGen/PowerPC/build-vector-tests.ll
  llvm/trunk/test/CodeGen/PowerPC/direct-move-profit.ll
  llvm/trunk/test/CodeGen/PowerPC/p9-xxinsertw-xxextractuw.ll
  llvm/trunk/test/CodeGen/PowerPC/ppc64le-smallarg.ll
  llvm/trunk/test/CodeGen/PowerPC/pr25157-peephole.ll
  llvm/trunk/test/CodeGen/PowerPC/pr25157.ll
  llvm/trunk/test/CodeGen/PowerPC/select-addrRegRegOnly.ll
  llvm/trunk/test/CodeGen/PowerPC/select_const.ll
  llvm/trunk/test/CodeGen/PowerPC/vsx_insert_extract_le.ll
  llvm/trunk/test/CodeGen/PowerPC/vsx_scalar_ld_st.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38486.123584.patch
Type: text/x-patch
Size: 28422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171120/6bad4271/attachment.bin>


More information about the llvm-commits mailing list