[PATCH] D20552: AMDGPU: Allow clustering flat memory operations
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 23 15:25:01 PST 2017
arsenm added a comment.
In https://reviews.llvm.org/D20552#458308, @tstellarAMD wrote:
> Are there tests for this?
I don't think this does much because there is no offset. It seems like a flaw in the scheduler/this hook that it will only schedule based on the immediate offset in the instruction and not based on the offset in the mem operand
https://reviews.llvm.org/D20552
More information about the llvm-commits
mailing list