[PATCH] D83722: [PowerPC] Add options to control paired vector memops support

Baptiste Saleil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 22 13:17:56 PDT 2020


bsaleil marked an inline comment as done.
bsaleil added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPC.td:243
+                   "32Byte load and store instructions",
+                   [FeatureISA3_0]>;
 
----------------
amyk wrote:
> Is this supposed to be `FeatureISA3_1`?
We need to keep `FeatureISA3_0` to be able to enable MMA (that depends on this feature) with P9 codegen.


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