[all-commits] [llvm/llvm-project] 97a1d4: AMDGPU: Don't use separate cache arguments for s_b...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Jan 30 14:15:47 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 97a1d4bc0213c36127b794a5a4a8869fe8cb8fff
      https://github.com/llvm/llvm-project/commit/97a1d4bc0213c36127b794a5a4a8869fe8cb8fff
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-01-30 (Thu, 30 Jan 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/BUFInstructions.td
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.h
    M llvm/lib/Target/AMDGPU/SIInstrInfo.td
    M llvm/lib/Target/AMDGPU/SMInstructions.td

  Log Message:
  -----------
  AMDGPU: Don't use separate cache arguments for s_buffer_load node

There's not much value to this separate node from the intrinsic. Make
the operand structure the same as the intrinsic, so we can reuse the
same pattern for GlobalISel.


  Commit: f7521dc292221e502d013e9505598df461659362
      https://github.com/llvm/llvm-project/commit/f7521dc292221e502d013e9505598df461659362
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-01-30 (Thu, 30 Jan 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp

  Log Message:
  -----------
  AMDGPU: Replace subtarget check with an assert

This is already checked by the pattern subtarget predicate.


Compare: https://github.com/llvm/llvm-project/compare/90b5ed996bfa...f7521dc29222


More information about the All-commits mailing list