[PATCH] D65961: AMDGPU/SILoadStoreOptimizer: Optimize scanning for mergeable instructions
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 16:03:53 PDT 2019
arsenm added a comment.
In D65961#1692092 <https://reviews.llvm.org/D65961#1692092>, @tstellar wrote:
> In D65961#1675758 <https://reviews.llvm.org/D65961#1675758>, @arsenm wrote:
>
> > LGTM but I would rather avoid the list usage
>
>
> What do you think would be a better alternative? The operations used iterate, emplace_back, size, and erase.
ok
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65961/new/
https://reviews.llvm.org/D65961
More information about the llvm-commits
mailing list