[PATCH] D133023: [AArch64][NFC] Correctly rename mangling name for ldN.sret

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 31 07:39:49 PDT 2022


CarolineConcatto created this revision.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
CarolineConcatto requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Remove from the function name the predicate type and pointer type, because:
 The predicate type in the name(nxvNi1)  can be deduced from the overloaded
element count(nxvNEltTy).
 The pointer type(p0EltTy) can be deduced from the overloaded element type.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133023

Files:
  llvm/test/CodeGen/AArch64/sve-intrinsics-ldN-sret-reg+imm-addr-mode.ll
  llvm/test/CodeGen/AArch64/sve-intrinsics-ldN-sret-reg+reg-addr-mode.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133023.456958.patch
Type: text/x-patch
Size: 52921 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220831/d652c65b/attachment.bin>


More information about the llvm-commits mailing list