[all-commits] [llvm/llvm-project] 91b781: AMDGPU/GlobalISel: Fix assert in selectSMRDBufferS...
Petar Avramovic via All-commits
all-commits at lists.llvm.org
Wed Aug 5 03:48:42 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 91b781417ecdf354afa0c80450b970db11d63130
https://github.com/llvm/llvm-project/commit/91b781417ecdf354afa0c80450b970db11d63130
Author: Petar Avramovic <Petar.Avramovic at amd.com>
Date: 2026-08-05 (Wed, 05 Aug 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.s.buffer.load.ll
Log Message:
-----------
AMDGPU/GlobalISel: Fix assert in selectSMRDBufferSgprImm (#213967)
Soffset can come in as a pointer (converted to int);
the common case is a constant addrspace(6) pointer.
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