Issue 71089
Summary [AArch64] Crash if code defines __arm_tpidr2_save
Labels backend:AArch64
Assignees
Reporter efriedma-quic
    Testcase (compile with `-march=armv9-a+sme -g`):

```
void __arm_tpidr2_save() {}
__arm_new_za void f(float *a) {}
```

```
inlinable function call in a function with debug info must have a !dbg location
  call aarch64_sme_preservemost_from_x0 void @__arm_tpidr2_save()
fatal error: error in backend: Broken module found, compilation aborted!
```

https://c.godbolt.org/z/MnhMMET9P
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to