[all-commits] [llvm/llvm-project] d396f6: AMDGPU/GlobalISel: Select all constants in tablegen

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Jul 30 00:27:03 PDT 2024


  Branch: refs/heads/users/arsenm/globalisel/amdgpu-select-all-constants-in-tablegen
  Home:   https://github.com/llvm/llvm-project
  Commit: d396f69eb52b487748562671877226477f151e23
      https://github.com/llvm/llvm-project/commit/d396f69eb52b487748562671877226477f151e23
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-07-30 (Tue, 30 Jul 2024)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-constant.mir

  Log Message:
  -----------
  AMDGPU/GlobalISel: Select all constants in tablegen

This regresses the arbitrary address space pointer case. Ideally
we could write a pattern that matches a pointer based only on
its size, but using iPTR/iPTRAny seem to not work for this.



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