[llvm] InstCombine: support floating-point equivalences (PR #114975)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 07:32:46 PST 2024


https://github.com/nikic commented:

It would be better to support this in InstSimplify first (see simplifySelectWithICmpEq), because that's the base fold. The code in InstCombine handles complex cases that InstSimplify can't.

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


More information about the llvm-commits mailing list