[clang] [llvm] [TargetParser][AArch64] Add alias for FEAT_RDM. (PR #80540)
Jon Roelofs via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 10 09:34:45 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:
I think they are part of ABI, and giving them internal linkage is undesirable, IMO, as that would break an important use case: splitting the implementation across multiple TUs. https://godbolt.org/z/3zaM9MzPb
https://github.com/llvm/llvm-project/pull/80540
More information about the cfe-commits
mailing list