[all-commits] [llvm/llvm-project] dcec93: AMDGPU: Fix inst-selection of large scratch offset...

Petar Avramovic via All-commits all-commits at lists.llvm.org
Fri Sep 27 05:50:01 PDT 2024


  Branch: refs/heads/users/petar-avramovic/scratch-large-offset-fix
  Home:   https://github.com/llvm/llvm-project
  Commit: dcec93029eb0126761ed7521511294b9237591db
      https://github.com/llvm/llvm-project/commit/dcec93029eb0126761ed7521511294b9237591db
  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