[all-commits] [llvm/llvm-project] 857746: AMDGPU: Fix missing extended-image-insts missing f...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jul 28 06:28:09 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 857746b37949a87faa42faff4fae12c35b34db51
https://github.com/llvm/llvm-project/commit/857746b37949a87faa42faff4fae12c35b34db51
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-07-28 (Tue, 28 Jul 2026)
Changed paths:
M clang/test/CIR/CodeGenHIP/builtins-amdgcn-extended-image.hip
M clang/test/CodeGen/amdgpu-builtin-is-invocable.c
M clang/test/CodeGen/amdgpu-builtin-processor-is.c
M clang/test/CodeGen/builtins-extended-image.c
M clang/test/CodeGen/link-builtin-bitcode.c
M clang/test/CodeGenCXX/dynamic-cast-address-space.cpp
M clang/test/SemaOpenCL/builtins-extended-image-param-gfx1100-err.cl
M clang/test/SemaOpenCL/builtins-extended-image-param-gfx942-err.cl
A clang/test/SemaOpenCL/builtins-extended-image-supported.cl
M llvm/lib/TargetParser/AMDGPUTargetParser.cpp
Log Message:
-----------
AMDGPU: Fix missing extended-image-insts missing from feature map (#212418)
Unsurprisingly, this manually maintained table is buggy.
fillAMDGCNFeatureMap never set extended-image-insts, so clang's builtin
feature check rejected every case. The tests were working around this
with manually specified -target-features flags.
Co-authored-by: Claude (Claude-Opus-4.8)
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