[llvm] [SDAG] Lower range attribute to AssertZext (PR #95450)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 14 01:05:34 PDT 2024


nikic wrote:

@andjo403 The thing I would be concerned about is memory usage. Currently this is one pointer, while ConstantRange is four pointers large (though it only actually holds two and a half pointers worth of data...)

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


More information about the llvm-commits mailing list