[PATCH] D48826: [AMDGPU] Add support for TFE/LWE in image intrinsics

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 2 07:10:58 PDT 2018


arsenm added a comment.

I would expect the intrinsics to change for this. You can use a struct return type, which is what I would expect for this. Something like { <4 x float>, i1 }? You also could have a 5 element vector, it would just require more work to deal with during lowering


Repository:
  rL LLVM

https://reviews.llvm.org/D48826





More information about the llvm-commits mailing list