[PATCH] D127956: [AArch64][SME] Add SME outer product intrinsics

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 01:05:20 PDT 2022


david-arm marked an inline comment as done.
david-arm added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64SchedTSV110.td:29
+                                                    PAUnsupported.F,
+                                                    SMEUnsupported.F);
 }
----------------
aemerson wrote:
> Is this needed in this patch?
Sadly it is. It's some weird quirk due to the change in the instruction definitions - suddenly when compiling this file we get errors and the solution is to mark SME as unsupported.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127956



More information about the llvm-commits mailing list