[PATCH] D58295: AMDGPU: Fix memory dependence analysis by considering the offset.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 18 14:34:42 PST 2019
arsenm added inline comments.
================
Comment at: lib/Target/AMDGPU/SILoadStoreOptimizer.cpp:264-265
// RAR - safe to reorder
- return !(A->mayStore() || B->mayStore()) ||
- TII->areMemAccessesTriviallyDisjoint(*A, *B, AA);
}
----------------
This merged part of the other patch
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58295/new/
https://reviews.llvm.org/D58295
More information about the llvm-commits
mailing list