[clang] [llvm] [TargetParser][AArch64] Add alias for FEAT_RDM. (PR #80540)

Alexandros Lamprineas via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 12 11:13: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
----------------
labrinea wrote:

Right, I didn't know that the resolver contains references to every target-version declaration that is visible in its translation unit even if the definition actually resides in another translation unit. That would be a problem if the definition has a mangled name that doesn't match because of the alias. Thanks for clarifying!

https://github.com/llvm/llvm-project/pull/80540


More information about the cfe-commits mailing list