[PATCH] D47504: [AMDGPU] Simplify memory legalizer

Tony Tye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 7 11:51:20 PDT 2018


t-tye added a comment.

In https://reviews.llvm.org/D47504#1118412, @t-tye wrote:

> In https://reviews.llvm.org/D47504#1117336, @arsenm wrote:
>
> > Should add some tests for this GDS support. Using a pure MIR test you can bypass the fact that we don't codegen it yet
>
>
> Would it be ok to do that as a separate patch? Would like to add code selection patterns to handle lds and gds atomics and then use that to make an llvm ir test.


Added MIR tests for LDS and GDS.


https://reviews.llvm.org/D47504





More information about the llvm-commits mailing list