[PATCH] D44401: [AMDGPU] Always use IDX for load/store format intrinsics.

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 27 03:13:48 PDT 2018


nhaehnle added a comment.

Indexed atomic ops are a good point. radeonsi and radv should be generating those as well for image atomics on texture buffers.

I doubt we'll ever use *format intrinsics with non-strided buffers, so we will be able to leave those as they are with this change, but for the other buffer intrinsics it looks like we indeed have to go to two sets of intrinsics, with and without stride. But that could be done in a separate change.


Repository:
  rL LLVM

https://reviews.llvm.org/D44401





More information about the llvm-commits mailing list