[llvm] [ConstantRange] Estimate tighter lower (upper) bounds for masked binary and (or) (PR #120352)
Antonio Frighetto via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 01:06:24 PST 2024
https://github.com/antoniofrighetto commented:
I'd have expected the simplest case to be solved suboptimally with a few range intersections in ValueTracking, but this seems like a nice extension, if that's the appropriate direction and compile-time acceptable.
https://github.com/llvm/llvm-project/pull/120352
More information about the llvm-commits
mailing list