[PATCH] D97503: [AIX] Allow safe for 32bit P9 VSX extract and insert pattern matches

Zarko Todorovski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 14 19:37:41 PDT 2021


ZarkoCA updated this revision to Diff 337613.
ZarkoCA added a comment.

Disable BSWAP custom lowering in 32bit mode on Power9 since there currently isn't a safe way to do it.
Rebase.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97503

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCInstrVSX.td
  llvm/test/CodeGen/PowerPC/aix-insert-extract.ll
  llvm/test/CodeGen/PowerPC/aix-p9-insert-extract.ll
  llvm/test/CodeGen/PowerPC/aix-p9-xxinsertw-xxextractuw.ll
  llvm/test/CodeGen/PowerPC/aix-vec_extract_p9.ll
  llvm/test/CodeGen/PowerPC/aix-vec_extract_p9_2.ll
  llvm/test/CodeGen/PowerPC/aix-vec_insert_elt.ll
  llvm/test/CodeGen/PowerPC/vec-bswap.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97503.337613.patch
Type: text/x-patch
Size: 236407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210415/c60c53d5/attachment-0001.bin>


More information about the llvm-commits mailing list