llvm-project
e147b3a0 - [VPlan] Fix alias logic in canHoistOrSinkWithNoAliasCheck (#179504)

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.
Author
Parents
Loading