[PATCH] D83722: [PowerPC] Add options to control paired vector memops support
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 17 14:38:25 PDT 2020
amyk added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPC.td:243
+ "32Byte load and store instructions",
+ [FeatureISA3_0]>;
----------------
Is this supposed to be `FeatureISA3_1`?
================
Comment at: llvm/lib/Target/PowerPC/PPCScheduleP9.td:44
// Do not support QPX (Quad Processing eXtension), SPE (Signal Processing
// Engine), prefixed instructions on Power 9, PC relative mem ops, or
// instructions introduced in ISA 3.1.
----------------
Add the paired vector mem ops to the comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83722/new/
https://reviews.llvm.org/D83722
More information about the llvm-commits
mailing list