[all-commits] [llvm/llvm-project] f9fcc1: AMDGPU: Add missing mqsad-pk-insts to gfx13 fronte...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Jul 31 00:37:52 PDT 2026
Branch: refs/heads/users/arsenm/amdgpu/fillfeaturemap-mqsad-pk-insts
Home: https://github.com/llvm/llvm-project
Commit: f9fcc19a74a30d5050a602eafdb3bc7a899689bb
https://github.com/llvm/llvm-project/commit/f9fcc19a74a30d5050a602eafdb3bc7a899689bb
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-07-31 (Fri, 31 Jul 2026)
Changed paths:
M clang/test/CodeGenOpenCL/builtins-amdgcn-gfx13.cl
M llvm/lib/TargetParser/AMDGPUTargetParser.cpp
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.mqsad.pk.u16.u8.ll
Log Message:
-----------
AMDGPU: Add missing mqsad-pk-insts to gfx13 frontend feature map
fillAMDGCNFeatureMap omitted mqsad-pk-insts for gfx1310/gfx13-generic, so
clang wrongly rejected __builtin_amdgcn_mqsad_pk_u16_u8 on those targets
even though the backend enables the feature. Add it to the gfx13 case.
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