[all-commits] [llvm/llvm-project] 163e33: [AMDGPU] Fix lowering a16 image intrinsics
Seebi via All-commits
all-commits at lists.llvm.org
Wed Feb 5 01:55:31 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 163e33b290ff4b3bc3eec569a153ced9267254ec
https://github.com/llvm/llvm-project/commit/163e33b290ff4b3bc3eec569a153ced9267254ec
Author: Sebastian Neubauer <sebastian.neubauer at amd.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.a16.dim.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.a16.dim.ll
Log Message:
-----------
[AMDGPU] Fix lowering a16 image intrinsics
scalar_to_vector takes only one argument, not two.
The a16 tests now also check the packing of coordinates into registers
Differential Revision: https://reviews.llvm.org/D73482
More information about the All-commits
mailing list