[llvm] [LVI][SCCP] Add basic ConstantFPRange support (PR #111544)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 8 08:27:03 PDT 2024


https://github.com/nikic commented:

Can you please check the memory usage impact? I believe this increases the size of the lattice values by another two words, and IIRC both IPSCCP and LVI can be memory usage sensitive.

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


More information about the llvm-commits mailing list