[PATCH] D153034: [PowerPC][Future] Enable __builtin_mma_xxm[t|f]acc
Lei Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 18:20:23 PDT 2023
lei added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:10716-10717
+ case Intrinsic::ppc_mma_xxmtacc: {
+ if (!Subtarget.isISAFuture())
+ return SDValue(); // Allow pre-isa-future subtargets to lower as normal.
+ // The intrinsics for xxmtacc and xxmfacc take one argument of
----------------
nit:
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153034/new/
https://reviews.llvm.org/D153034
More information about the llvm-commits
mailing list