[all-commits] [llvm/llvm-project] 2ea25b: AMDGPU: Fix inst-selection of large scratch offset...
Petar Avramovic via All-commits
all-commits at lists.llvm.org
Fri Sep 27 09:04:21 PDT 2024
Branch: refs/heads/users/petar-avramovic/scratch-large-offset-fix
Home: https://github.com/llvm/llvm-project
Commit: 2ea25b291ffdae0d3b9b6821199080f133de34c7
https://github.com/llvm/llvm-project/commit/2ea25b291ffdae0d3b9b6821199080f133de34c7
Author: Petar Avramovic <Petar.Avramovic at amd.com>
Date: 2024-09-27 (Fri, 27 Sep 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
M llvm/test/CodeGen/AMDGPU/flat-scratch.ll
Log Message:
-----------
AMDGPU: Fix inst-selection of large scratch offsets with sgpr base
Use i32 for offset instead of i16, this way it does not get interpreted
as negative 16 bit offset.
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