llvm-project
76a4c459 - [InstCombine] Fix constant swap case of fcmp + fadd + sel xfrm (#119419)

Commit
310 days ago
[InstCombine] Fix constant swap case of fcmp + fadd + sel xfrm (#119419) The fcmp + fadd + sel => fcmp + sel + fadd xfrm performs incorrect transformation when select branch values are swapped. This change fixes this.
Author
Parents
Loading