llvm-project
d1fbdde9
- [NaryReassociate] Check to avoid introducing poison when reusing SCEVs (#98156)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[NaryReassociate] Check to avoid introducing poison when reusing SCEVs (#98156) Drop the poison flags if possible or skip the candidate if it's not. Otherwise we'd introduce poison in places where it previously wasn't, leading to miscompiles.
References
#98156 - [NaryReassociate] Check to avoid introducing poison when reusing SCEVs
Author
d0k
Parents
0ad9d8f2
Loading