[all-commits] [llvm/llvm-project] 033a3b: AMDGPU/GlobalISel: Import D16 load patterns and ad...

Petar Avramovic via All-commits all-commits at lists.llvm.org
Tue Aug 12 06:17:12 PDT 2025


  Branch: refs/heads/users/petar-avramovic/d16-loads
  Home:   https://github.com/llvm/llvm-project
  Commit: 033a3b7e89a8645ffe6e116874f4a454aaca028f
      https://github.com/llvm/llvm-project/commit/033a3b7e89a8645ffe6e116874f4a454aaca028f
  Author: Petar Avramovic <Petar.Avramovic at amd.com>
  Date:   2025-08-12 (Tue, 12 Aug 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUCombine.td
    M llvm/lib/Target/AMDGPU/AMDGPUGISel.td
    M llvm/lib/Target/AMDGPU/AMDGPURegBankCombiner.cpp
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/test/CodeGen/AMDGPU/GlobalISel/atomic_load_flat.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/atomic_load_global.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/atomic_load_local_2.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/load-d16.ll
    M llvm/test/CodeGen/AMDGPU/global-saddr-load.ll

  Log Message:
  -----------
  AMDGPU/GlobalISel: Import D16 load patterns and add combines for them

Add G_AMDGPU_LOAD_D16 generic instructions and GINodeEquivs for them,
this will import D16 load patterns to global-isel's tablegened
instruction selector.
For newly imported patterns to work add combines for G_AMDGPU_LOAD_D16
in AMDGPURegBankCombiner.



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