[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:33:53 PST 2019
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/CodeGen/AMDGPU/ds-combine-with-dependence.ll:69
+; The second load depends on the store. We can combine the two loads, and the combined load is
+; at the oroginal place of the second load.
+
----------------
Typo oroginal
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58295/new/
https://reviews.llvm.org/D58295
More information about the llvm-commits
mailing list