[all-commits] [llvm/llvm-project] cdd45d: AMDGPU/GlobalISel: Select llvm.amdgcn.global.atomi...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Jul 29 05:27:51 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cdd45d5f9cf61e4a4c0bb01d5cdcdd3d12ffb10f
      https://github.com/llvm/llvm-project/commit/cdd45d5f9cf61e4a4c0bb01d5cdcdd3d12ffb10f
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-07-29 (Wed, 29 Jul 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/BUFInstructions.td
    M llvm/lib/Target/AMDGPU/FLATInstructions.td
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.td
    A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.global.atomic.csub.ll

  Log Message:
  -----------
  AMDGPU/GlobalISel: Select llvm.amdgcn.global.atomic.csub

Remove the custom node boilerplate. Not sure why this tried to handle
the LDS atomic stuff.


  Commit: c230965ccf36af5c88c28d065488f76712333683
      https://github.com/llvm/llvm-project/commit/c230965ccf36af5c88c28d065488f76712333683
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-07-29 (Wed, 29 Jul 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/test/CodeGen/AMDGPU/saddo.ll
    A llvm/test/CodeGen/AMDGPU/saddsat.ll
    A llvm/test/CodeGen/AMDGPU/ssubsat.ll
    A llvm/test/CodeGen/AMDGPU/uaddsat.ll
    A llvm/test/CodeGen/AMDGPU/usubsat.ll
    A llvm/test/Transforms/SLPVectorizer/AMDGPU/add_sub_sat.ll

  Log Message:
  -----------
  AMDGPU: Make saturating add/sub legal for DAG path


  Commit: 200bb5191a35333281ec241b0aa976bb17295043
      https://github.com/llvm/llvm-project/commit/200bb5191a35333281ec241b0aa976bb17295043
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-07-29 (Wed, 29 Jul 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h

  Log Message:
  -----------
  AMDGPU/GlobalISel: Refactor special argument management


Compare: https://github.com/llvm/llvm-project/compare/33abb7292e8f...200bb5191a35


More information about the All-commits mailing list