llvm-project/llvm/test/Transforms/LowerMatrixIntrinsics
Nikita Popov f4a29d9278
[LowerMatrixIntrinsics] Avoid use of ptrtoint (#182289)
The ptrtoint result here is used in icmp. However, icmp can already
directly work with pointers, so there's no need to perform the cast.

(I originally wanted to switch this to ptrtoaddr, but that's not really
necessary when we can directly compare on pointers.)
2026-02-19 16:23:58 +01:00
..