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

Jon Roelofs via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 12 11:17:35 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:

FWIW, I think it's okay to change this one: I doubt it will actually break anyone.... but we should get more conservative with this as you get closer to finalizing this part of the ACLE.

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


More information about the cfe-commits mailing list