[all-commits] [llvm/llvm-project] 80532e: [AMDGPU][InstCombine] Remove zero image offset
Sebastian Neubauer via All-commits
all-commits at lists.llvm.org
Mon Jan 24 09:07:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80532ebb508d0ca62f96df5f253db8caed969397
https://github.com/llvm/llvm-project/commit/80532ebb508d0ca62f96df5f253db8caed969397
Author: Sebastian Neubauer <Sebastian.Neubauer at amd.com>
Date: 2022-01-24 (Mon, 24 Jan 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
M llvm/lib/Target/AMDGPU/MIMGInstructions.td
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/test/Transforms/InstCombine/AMDGPU/amdgcn-intrinsics.ll
Log Message:
-----------
[AMDGPU][InstCombine] Remove zero image offset
Remove the offset parameter if it is zero.
Differential Revision: https://reviews.llvm.org/D117876
More information about the All-commits
mailing list