[llvm] [SelectionDAG] Use uintptr_t for ResNo in SDValue. (PR #104660)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 17 12:49:35 PDT 2024


topperc wrote:

> Is this beneficial because it allows copying SDValue using 16 byte load/store?

That's some of it. It may also help recognizing memset to initialize them.

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


More information about the llvm-commits mailing list