[llvm] SelectionDAG: Add missing AddNodeIDCustom case for MDNodeSDNode. (PR #136805)

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 23 11:00:04 PDT 2025


pcc wrote:

> Testcase?

The only symptom of this bug that I'm aware of is that the backend is slower (because the nodes are never deduplicated) and I'm not sure that we can write a test case for that.

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


More information about the llvm-commits mailing list