[llvm] [SDAG] Do not treat fp x!=0|y!=0 as special case in branch builder. (PR #180895)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 11 00:13:32 PST 2026
================
----------------
arsenm wrote:
This should be concluded from the opcode, not the type. I didn't realize anything actually used the-not SETO/SETU comparisons with FP that ISDOpcodes documents. I've always found that very malformed, but didn't know where that was used. Can this change to stay in terms of the original IR compare type?
https://github.com/llvm/llvm-project/pull/180895
More information about the llvm-commits
mailing list