[llvm] clang crash assigning to a global named register variable #109778 (PR #113105)

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 18 02:15:58 PST 2024


DavidSpickett wrote:

>So you are saying instead of checking error for each individual targets, check in the Target Lowering base class itself?

Yes.

Though the more I look at this the more tricky this seems. With some targets separating ABI reserved registers and user reserved registers, but some don't. Improving the error message for one target is still an improvement though.

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


More information about the llvm-commits mailing list