[llvm] [ValueTracking] Infer `exact` for `udiv` and `sdiv` (PR #126438)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 06:10:01 PST 2025


================

----------------
nikic wrote:

I don't think this is the right approach. If you want to prevent a urem used only in an assume from interfering with this pass, we should do that by ignoring ephemeral values. 

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


More information about the llvm-commits mailing list