[llvm] [X86] Improve FREEZE node elimination for SETCC operations (PR #192362)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 04:16:51 PDT 2026


https://github.com/RKSimon commented:

For the generic ISD::SETCC comparisons, we have to be more careful with fp comparisons as certain combos can create poison - are there any nodes that feed into X86ISD::SETCC/CARRY that can still create poison/undef?

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


More information about the llvm-commits mailing list