[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
Loading
Please sign in to comment