[PATCH] D42885: [AMDGPU] intrintrics for byte/short load/store

Tim Renouf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 5 01:05:09 PST 2018


tpr added a comment.

Matt, the instructions zero extend the data to i32, so the return type of the int, ushort and ubyte variants are the same, and overloading would not work.


Repository:
  rL LLVM

https://reviews.llvm.org/D42885





More information about the llvm-commits mailing list