[clang] [llvm] [TargetParser][AArch64] Add alias for FEAT_RDM. (PR #80540)
Jon Roelofs via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 9 09:47:44 PST 2024
================
@@ -673,7 +673,7 @@ int hoo(void) {
//
//
// CHECK: Function Attrs: noinline nounwind optnone
-// CHECK-LABEL: define {{[^@]+}}@fmv_inline._MlseMrdm
+// CHECK-LABEL: define {{[^@]+}}@fmv_inline._MlseMrdma
----------------
jroelofs wrote:
It seems potentially problematic that this leaks into the mangling. Maybe these ought to be canonicalized in `AppendTargetVersionMangling` and `AppendTargetClonesMangling` with a `resolveExtAlias` call.
https://github.com/llvm/llvm-project/pull/80540
More information about the cfe-commits
mailing list