[all-commits] [llvm/llvm-project] 080dd1: Move RDF from Hexagon to Codegen

Scott Constable via All-commits all-commits at lists.llvm.org
Tue Mar 17 12:45:30 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 080dd10f7df0e15735c62f33c916f4c446ef3136
      https://github.com/llvm/llvm-project/commit/080dd10f7df0e15735c62f33c916f4c446ef3136
  Author: Scott Constable <scott.d.constable at intel.com>
  Date:   2020-03-17 (Tue, 17 Mar 2020)

  Changed paths:
    A llvm/include/llvm/CodeGen/RDFGraph.h
    A llvm/include/llvm/CodeGen/RDFLiveness.h
    A llvm/include/llvm/CodeGen/RDFRegisters.h
    M llvm/lib/CodeGen/CMakeLists.txt
    A llvm/lib/CodeGen/RDFGraph.cpp
    A llvm/lib/CodeGen/RDFLiveness.cpp
    A llvm/lib/CodeGen/RDFRegisters.cpp
    M llvm/lib/Target/Hexagon/CMakeLists.txt
    M llvm/lib/Target/Hexagon/HexagonOptAddrMode.cpp
    M llvm/lib/Target/Hexagon/HexagonRDFOpt.cpp
    M llvm/lib/Target/Hexagon/RDFCopy.cpp
    M llvm/lib/Target/Hexagon/RDFCopy.h
    M llvm/lib/Target/Hexagon/RDFDeadCode.cpp
    M llvm/lib/Target/Hexagon/RDFDeadCode.h
    R llvm/lib/Target/Hexagon/RDFGraph.cpp
    R llvm/lib/Target/Hexagon/RDFGraph.h
    R llvm/lib/Target/Hexagon/RDFLiveness.cpp
    R llvm/lib/Target/Hexagon/RDFLiveness.h
    R llvm/lib/Target/Hexagon/RDFRegisters.cpp
    R llvm/lib/Target/Hexagon/RDFRegisters.h

  Log Message:
  -----------
  Move RDF from Hexagon to Codegen

RDF is designed to be target agnostic. Therefore it would be useful to have it available for other targets, such as X86.

Based on a previous patch by Krzysztof Parzyszek

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




More information about the All-commits mailing list