[PATCH] D54042: [AMDGPU] Extend the SI Load/Store optimizer to combine more things.
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 8 10:18:29 PST 2018
nhaehnle added inline comments.
================
Comment at: lib/Target/AMDGPU/SILoadStoreOptimizer.cpp:83
+ S_BUFFER_LOAD_IMM,
+ BUFFER_LOAD_IDXEN,
+ BUFFER_LOAD_OFFEN,
----------------
sheredom wrote:
> nhaehnle wrote:
> > Do those actually occur like this in practice?
> Do you mean do I see idxen loads in workloads? Yup!
Mergeable ones? What pattern in the high-level source does that correspond to?
https://reviews.llvm.org/D54042
More information about the llvm-commits
mailing list