[PATCH] D92324: [PowerPC] Fix altivec feature on pwr cpus pre pwr6.

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 10:26:03 PST 2020


sfertile updated this revision to Diff 308702.
sfertile added a comment.

- Added -mattr=+altivec to vector pop count test to keep pwr5 testing
- Added a test to show enabling altivec through function attribute.


Repository:
  rG LLVM Github Monorepo

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

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/pwr4-altivec.ll
  llvm/test/CodeGen/PowerPC/vector-popcnt-128-ult-ugt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92324.308702.patch
Type: text/x-patch
Size: 25847 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201201/d455c83c/attachment.bin>


More information about the llvm-commits mailing list