[PATCH] D98064: [PowerPC] Removing _massv place holder

Masoud Ataei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 5 11:41:56 PST 2021


masoud.ataei created this revision.
masoud.ataei added reviewers: pjeeva01, jsji, qshanz, rzurob.
masoud.ataei added a project: PowerPC.
Herald added subscribers: shchenz, kbarton, hiraditya, nemanjai.
masoud.ataei requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Since P8 <https://reviews.llvm.org/P8> is the oldest machine supported by MASSV pass, _massv place holder
is removed and the oldest version of MASSV functions is assumed. If the P9 <https://reviews.llvm.org/P9> vector
specific is detected in the compilation process, the P8 <https://reviews.llvm.org/P8> prefix will be updated to P9 <https://reviews.llvm.org/P9>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98064

Files:
  llvm/include/llvm/Analysis/VecFuncs.def
  llvm/lib/Target/PowerPC/PPCLowerMASSVEntries.cpp
  llvm/test/CodeGen/Generic/replace-intrinsics-with-veclib.ll
  llvm/test/CodeGen/PowerPC/lower-massv-attr.ll
  llvm/test/CodeGen/PowerPC/lower-massv.ll
  llvm/test/CodeGen/PowerPC/pow_massv_075_025exp.ll
  llvm/test/CodeGen/PowerPC/powf_massv_075_025exp.ll
  llvm/test/Transforms/LoopVectorize/PowerPC/massv-altivec.ll
  llvm/test/Transforms/LoopVectorize/PowerPC/massv-calls.ll
  llvm/test/Transforms/LoopVectorize/PowerPC/massv-nobuiltin.ll
  llvm/test/Transforms/LoopVectorize/PowerPC/massv-unsupported.ll
  llvm/test/Transforms/LoopVectorize/PowerPC/widened-massv-call.ll
  llvm/test/Transforms/LoopVectorize/PowerPC/widened-massv-vfabi-attr.ll
  llvm/test/Transforms/Util/add-TLI-mappings.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98064.328599.patch
Type: text/x-patch
Size: 57715 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210305/6b2f6981/attachment-0001.bin>


More information about the llvm-commits mailing list