[PATCH] D148196: [SelectionDAG] Rename ADDCARRY/SUBCARRY for consistency with other nodes

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 00:36:41 PDT 2023


barannikov88 created this revision.
Herald added subscribers: kosarev, foad, ecnelises, kerbowa, pengfei, hiraditya, jvesely, arsenm.
Herald added a project: All.
barannikov88 edited the summary of this revision.
barannikov88 added reviewers: RKSimon, craig.topper.
barannikov88 published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

ADDCARRY/SUBCARRY have been the only overflow-aware nodes for a long time.
Several others have been added since then, and the new nodes use different
naming scheme. Rename ADDCARRY/SUBCARRY so that they don't stand out.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148196

Files:
  llvm/include/llvm/CodeGen/ISDOpcodes.h
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/lib/CodeGen/TargetLoweringBase.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/lib/Target/CSKY/CSKYISelDAGToDAG.cpp
  llvm/lib/Target/CSKY/CSKYISelLowering.cpp
  llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
  llvm/lib/Target/Hexagon/HexagonISelLowering.h
  llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
  llvm/lib/Target/SystemZ/SystemZISelLowering.h
  llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148196.513077.patch
Type: text/x-patch
Size: 64010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230413/0612367c/attachment-0001.bin>


More information about the llvm-commits mailing list