[PATCH] D92324: [PowerPC] Fix altivec feature on pwr cpus pre pwr6.
Sean Fertile via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 30 07:20:26 PST 2020
sfertile created this revision.
sfertile added reviewers: nemanjai, ZarkoCA.
sfertile added a project: PowerPC.
Herald added subscribers: shchenz, kbarton, hiraditya.
Herald added a project: LLVM.
sfertile requested review of this revision.
The altivec feature was an optional part of the 2.03 (pwr4) and 2.04 (pwr5) ISAs, and it was not implemented by any IBM CPUs until Power6.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D92324
Files:
llvm/lib/Target/PowerPC/PPC.td
llvm/test/CodeGen/PowerPC/aix-AppendingLinkage.ll
llvm/test/CodeGen/PowerPC/aix-func-align.ll
llvm/test/CodeGen/PowerPC/aix-internal.ll
llvm/test/CodeGen/PowerPC/aix-reference-func-addr-const.ll
llvm/test/CodeGen/PowerPC/aix-return55.ll
llvm/test/CodeGen/PowerPC/aix-xcoff-data-sections.ll
llvm/test/CodeGen/PowerPC/aix-xcoff-explicit-section.ll
llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-const.ll
llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-str.ll
llvm/test/CodeGen/PowerPC/aix-xcoff-reloc-large.ll
llvm/test/CodeGen/PowerPC/aix-xcoff-toc.ll
llvm/test/CodeGen/PowerPC/aix32-crsave.mir
llvm/test/CodeGen/PowerPC/ppc32-i64-to-float-conv.ll
llvm/test/CodeGen/PowerPC/ppc64-crsave.mir
llvm/test/CodeGen/PowerPC/vector-popcnt-128-ult-ugt.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92324.308363.patch
Type: text/x-patch
Size: 325666 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201130/5fa37618/attachment-0001.bin>
More information about the llvm-commits
mailing list