[PATCH] D52316: [TargetRegisterInfo] Remove temporary hook enableMultipleCopyHints()

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 20 10:22:20 PDT 2018


jonpa created this revision.
jonpa added reviewers: qcolombet, RKSimon.
Herald added subscribers: jsji, atanasyan, fedor.sergeev, kbarton, nhaehnle, jvesely, nemanjai, sdardis, jyknight, arsenm.
Herald added a reviewer: javed.absar.

Finally, all targets are enabling multiple regalloc hints, so the hook to disable this can now be removed.

NFC.


https://reviews.llvm.org/D52316

Files:
  include/llvm/CodeGen/TargetRegisterInfo.h
  lib/CodeGen/CalcSpillWeights.cpp
  lib/Target/AArch64/AArch64RegisterInfo.h
  lib/Target/AMDGPU/AMDGPURegisterInfo.h
  lib/Target/ARM/ARMBaseRegisterInfo.h
  lib/Target/BPF/BPFRegisterInfo.h
  lib/Target/Hexagon/HexagonRegisterInfo.h
  lib/Target/Mips/MipsRegisterInfo.h
  lib/Target/PowerPC/PPCRegisterInfo.h
  lib/Target/Sparc/SparcRegisterInfo.h
  lib/Target/SystemZ/SystemZRegisterInfo.h
  lib/Target/X86/X86RegisterInfo.h
  lib/Target/XCore/XCoreRegisterInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52316.166325.patch
Type: text/x-patch
Size: 9889 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180920/954f47e2/attachment.bin>


More information about the llvm-commits mailing list