[all-commits] [llvm/llvm-project] dbbab7: [AMDGPU][NFC] Eliminate the u32imm operand definit...

Ivan Kosarev via All-commits all-commits at lists.llvm.org
Tue Feb 28 04:24:07 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dbbab71b76378538295f45a11be08b4276687876
      https://github.com/llvm/llvm-project/commit/dbbab71b76378538295f45a11be08b4276687876
  Author: Ivan Kosarev <ivan.kosarev at amd.com>
  Date:   2023-02-28 (Tue, 28 Feb 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
    M llvm/lib/Target/AMDGPU/BUFInstructions.td

  Log Message:
  -----------
  [AMDGPU][NFC] Eliminate the u32imm operand definition.

It is only used to infer the types of offset parameters in isel patterns,
which we can specify directly.

Reviewed By: piotr

Differential Revision: https://reviews.llvm.org/D144890




More information about the All-commits mailing list