llvm-project
d5f0b9eb - [LLVM][LICM] Skip unrelated accesses when looking for hoist/sink conflicting instructions. (#195132)

Commit
14 days ago
[LLVM][LICM] Skip unrelated accesses when looking for hoist/sink conflicting instructions. (#195132) Essentially uses ModRef analysis in place of getClobberingMemoryAccess() because the former has more accurate information as to how in loop accesses and the hoist/sink target relate.
Parents
Loading