[all-commits] [llvm/llvm-project] 7543ac: AMDGPU: Fix libcall recognition of image array types
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Dec 12 23:34:52 PST 2024
Branch: refs/heads/users/arsenm/amdgpu-libfunc-ocl-image-array-names
Home: https://github.com/llvm/llvm-project
Commit: 7543aca2d3c6fd6e8debc6035899699efa532d01
https://github.com/llvm/llvm-project/commit/7543aca2d3c6fd6e8debc6035899699efa532d01
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-12-13 (Fri, 13 Dec 2024)
Changed paths:
M clang/test/CodeGenOpenCL/opencl_types.cl
M llvm/lib/Target/AMDGPU/AMDGPULibFunc.cpp
M llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-image-function-signatures.ll
Log Message:
-----------
AMDGPU: Fix libcall recognition of image array types
Add tests with get_image_width as a sample for all of the non-extension
image types. The transform doesn't do anything, but this runs through
all the mangled libfunc parsing and shows it does not crash. It would
probably be smarter to check for exact match of the types, rather than
checking the prefix.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list