You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In impliesEquivalenceIfTrue and impliesEquivalenceIfFalse, note that the
optimization is invalid for the no-signed-zeros case: strip the bad
FIXME. Also note that, a ConstantVector would be handled by
select(fcmp()) pattern in InstCombine, and GVN is not the right place
for the optimization: strip the bad TODO.
Alive2 proof: https://alive2.llvm.org/ce/z/vEaK8M
0 commit comments