[all-commits] [llvm/llvm-project] 55f3dd: AMDGPU: Separate image_msaa_load from bvh-ray-trac...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Jul 31 12:36:18 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55f3ddff49df803f5bb99a89db5cfd1358f0461e
https://github.com/llvm/llvm-project/commit/55f3ddff49df803f5bb99a89db5cfd1358f0461e
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-07-31 (Fri, 31 Jul 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/MIMGInstructions.td
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.intersect_ray.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.intersect_ray.ll
A llvm/test/MC/AMDGPU/gfx13_asm_vimage_err.s
Log Message:
-----------
AMDGPU: Separate image_msaa_load from bvh-ray-tracing-insts (#213270)
Add a separate msaa-load-insts feature so image_msaa_load is available
on gfx13, which has it but not the BVH intersect-ray instructions. These
were assumed to be the same feature previously, but gfx13 does not have the
bvh instructions, but does have image_msaa_load.
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