[PATCH] D23286: AMDGPU/SI: Propose to redefine image load/store intrinsics

Marek Olšák via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 08:00:37 PDT 2016


mareko added a subscriber: mareko.
mareko added a comment.

"unorm" and "da" must be exposed as parameters. They don't change the type, but they change the behavior of the TA hardware block. In all cases, the type is always floating-point.

"r128" doesn't have to be exposed and it's kinda useless. We don't have any use case for it and I think the next-gen hardware (after Polaris) doesn't have it either.


https://reviews.llvm.org/D23286





More information about the llvm-commits mailing list