[llvm] [NVPTX] Prefer ValueType when defining DAG patterns (NFC) (PR #120161)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 16:15:34 PST 2024


s-barannikov wrote:

> I'm not 100% convinced that it's a NFC change. Will matching the type allow the pattern to match a constant value of the same type?

This shouldn't happen, but it can be easily verified by comparing the generated NVPTXGenDAGISel.inc files before / after the change.


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


More information about the llvm-commits mailing list