[PATCH] D37502: [AMDGPU] Fix shouldClusterMemOps to process flat loads

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 08:10:05 PDT 2017


rampitec added a comment.

In https://reviews.llvm.org/D37502#862146, @vpykhtin wrote:

> LGTM. However it looks like we should fix TD to follow single naming convention.


vdata is for store, vdst is for load, so convention seems fine.


https://reviews.llvm.org/D37502





More information about the llvm-commits mailing list