[all-commits] [llvm/llvm-project] 96e103: [AMDGPU] Add extended-image-insts to RemoveIncompa...
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Tue Aug 8 06:16:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96e1032a5e59ea3161cc96c63e83c109e5519655
https://github.com/llvm/llvm-project/commit/96e1032a5e59ea3161cc96c63e83c109e5519655
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2023-08-08 (Tue, 08 Aug 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPURemoveIncompatibleFunctions.cpp
A llvm/test/CodeGen/AMDGPU/remove-incompatible-extended-image-insts.ll
Log Message:
-----------
[AMDGPU] Add extended-image-insts to RemoveIncompatibleFunctions
Otherwise device libs still has issues at O0 (in OpenCL-CTS)
Depends on D156972 as well. They're unrelated fixes but both are needed to fix the issue.
Fixes SWDEV-402331
Reviewed By: #amdgpu, arsenm
Differential Revision: https://reviews.llvm.org/D156973
More information about the All-commits
mailing list