Issue 54206
Summary Please cherry-pick 0e96d95d13d9f into llvm-14
Labels release:backport
Assignees tstellar
Reporter jmorse
    Hi,

0e96d95d13d9f fixes #54190, a debug-info crash caused by direct reads from registers in llvm-ir. All it really needs to replicate is:

    register long a asm("rsp");

or similar, where "a" is assigned to something. This'll certainly causes crashes, and should be in llvm-14, please.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to