Nikita Popov 2672719a09
[InstCombine] Don't handle non-canonical index type in icmp of load fold (#151346)
We should just bail out and wait for it to be canonicalized. The current
implementation could emit a trunc without actually performing the
transform.
2025-07-30 17:52:08 +02:00
..