[all-commits] [llvm/llvm-project] 2ddac6: [AMDGPU] Rename llvm.amdgcn.msaa.load to llvm.amdg...
Carl Ritson via All-commits
all-commits at lists.llvm.org
Wed Mar 3 00:31:48 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ddac69f983ffd2829a140b78bca1a8b6e6953f7
https://github.com/llvm/llvm-project/commit/2ddac69f983ffd2829a140b78bca1a8b6e6953f7
Author: Carl Ritson <carl.ritson at amd.com>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/lib/Target/AMDGPU/MIMGInstructions.td
R llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.msaa.load.ll
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.msaa.load.x.ll
Log Message:
-----------
[AMDGPU] Rename llvm.amdgcn.msaa.load to llvm.amdgcn.msaa.load.x
While the underlying instruction is called image_msaa_load,
the resource must be x component only.
Rename the intrinsic for clarity.
Reviewed By: foad
Differential Revision: https://reviews.llvm.org/D97829
More information about the All-commits
mailing list