[PATCH] D127910: [Clang][AArch64] Add SME C intrinsics for load and store

Bryan Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 7 18:18:17 PST 2022


bryanpkc marked 2 inline comments as done.
bryanpkc added a comment.

@david-arm, I have moved all the SME definitions into a new file, arm_sme.td. I have moved the common definitions into another file, arm_sve_sme_incl.td, which will be included by both arm_sve.td and arm_sme.td. SveEmitter has been updated to incorporate your suggestions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127910



More information about the cfe-commits mailing list