llvm-project
e147b3a0
- [VPlan] Fix alias logic in canHoistOrSinkWithNoAliasCheck (#179504)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 days ago
[VPlan] Fix alias logic in canHoistOrSinkWithNoAliasCheck (#179504) The correct way to check if two memory locations may alias is outlined in ScopedNoAliasAAResult::alias: extract this into a helper, to fix the current logic.
References
#179504 - [VPlan] Fix alias logic in canHoistOrSinkWithNoAliasCheck
Author
artagnon
Parents
fff4a464
Loading