[PATCH] D50680: [SDAG] Remove the reliance on MI's allocation strategy for `MachineMemOperand` pointers attached to `MachineSDNodes` and instead have the `SelectionDAG` fully manage the memory for this array.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 14 16:31:32 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL339740: [SDAG] Remove the reliance on MI's allocation strategy for (authored by chandlerc, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D50680?vs=160507&id=160718#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D50680

Files:
  llvm/trunk/include/llvm/CodeGen/SelectionDAG.h
  llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
  llvm/trunk/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  llvm/trunk/lib/CodeGen/StackColoring.cpp
  llvm/trunk/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/trunk/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  llvm/trunk/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/trunk/lib/Target/ARM/ARMISelDAGToDAG.cpp
  llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
  llvm/trunk/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
  llvm/trunk/lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
  llvm/trunk/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
  llvm/trunk/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
  llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  llvm/trunk/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
  llvm/trunk/lib/Target/X86/X86ISelDAGToDAG.cpp
  llvm/trunk/lib/Target/X86/X86InstrInfo.cpp
  llvm/trunk/lib/Target/XCore/XCoreISelDAGToDAG.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50680.160718.patch
Type: text/x-patch
Size: 45331 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180814/c76f266f/attachment-0001.bin>


More information about the llvm-commits mailing list