[llvm] [AArch64] Fix SDNode type mismatches between *.td files and ISel (PR #116523)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 03:47:05 PST 2024


s-barannikov wrote:

> Do you mind adding entries to "AArch64TargetLowering::verifyTargetSDNode()" so such issues cannot happen again?

I'm working on a TableGen backend that generates these checks (and more). This is how the issues were found in the first place.
I'll post an RFC when it is ready.

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


More information about the llvm-commits mailing list