[all-commits] [llvm/llvm-project] 2cbdf7: [SelectionDAG] Remove unused SDTConvertOp

Jessica Clarke via All-commits all-commits at lists.llvm.org
Thu Aug 26 04:49:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2cbdf7e13171d32e3094285728097d9fd8c80397
      https://github.com/llvm/llvm-project/commit/2cbdf7e13171d32e3094285728097d9fd8c80397
  Author: Jessica Clarke <jrtc27 at jrtc27.com>
  Date:   2021-08-26 (Thu, 26 Aug 2021)

  Changed paths:
    M llvm/include/llvm/Target/TargetSelectionDAG.td

  Log Message:
  -----------
  [SelectionDAG] Remove unused SDTConvertOp

This was used by CONVERT_RNDSAT, which was removed in def496c04b0d, so
the profile is now unused.

Reviewed By: xgupta

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


  Commit: 8f89e2f6c94af5f0a8c6c6bc6b99bd657356317c
      https://github.com/llvm/llvm-project/commit/8f89e2f6c94af5f0a8c6c6bc6b99bd657356317c
  Author: Jessica Clarke <jrtc27 at jrtc27.com>
  Date:   2021-08-26 (Thu, 26 Aug 2021)

  Changed paths:
    M llvm/lib/Target/AMDGPU/R600Instructions.td

  Log Message:
  -----------
  [AMDGPU] Remove dead and broken ComplexPatterns

SelectADDRParam was discovered as being dead 5 years ago and removed in
7b4ef068c6f5 but the unused ComplexPattern definition was left behind.
SelectADDRDWord has never existed as far as I can tell, even back when
AMDGPU was R600-only and called that.

Reviewed By: foad

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


Compare: https://github.com/llvm/llvm-project/compare/4a5b19170397...8f89e2f6c94a


More information about the All-commits mailing list