[all-commits] [llvm/llvm-project] 2aad90: [AArch64][NFC] Correctly rename mangling name for ...

CarolineConcatto via All-commits all-commits at lists.llvm.org
Tue Sep 20 01:58:05 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2aad9093ac6b8c592341ce1756cb63422029b92b
      https://github.com/llvm/llvm-project/commit/2aad9093ac6b8c592341ce1756cb63422029b92b
  Author: Caroline Concatto <caroline.concatto at arm.com>
  Date:   2022-09-20 (Tue, 20 Sep 2022)

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

  Log Message:
  -----------
  [AArch64][NFC] Correctly rename mangling name for ldN.sret

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.

Differential Revision: https://reviews.llvm.org/D133023




More information about the All-commits mailing list