llvm-project
76a4c459
- [InstCombine] Fix constant swap case of fcmp + fadd + sel xfrm (#119419)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#119419 - [InstCombine] Fix constant swap case of fcmp + fadd + sel xfrm
Author
rajatbajpai
Parents
df728cf1
Loading