[PATCH] D58902: [AMDGPU] Support for v3i32/v3f32

Tim Renouf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 6 04:00:19 PST 2019


tpr added a comment.

In D58902#1418608 <https://reviews.llvm.org/D58902#1418608>, @rampitec wrote:

> In D58902#1418275 <https://reviews.llvm.org/D58902#1418275>, @tpr wrote:
>
> > > What about flat and segmented memory operations?
> >
> > Flat dwordx3 is supported, as shown by some test changes. What is segmented memory?
>
>
> Segmented flat, like global_load.


Yes, global dwordx3 is supported, as shown in test local-global-i32.ll (although the test does not check that it gets global rather than flat in the case that it should get global).


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58902/new/

https://reviews.llvm.org/D58902





More information about the llvm-commits mailing list