[PATCH] D75932: Move RDF from Hexagon to Codegen
Scott Constable via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 10:19:28 PDT 2020
sconstab created this revision.
sconstab added reviewers: kparzysz, craig.topper, andrew.w.kaylor, chandlerc, zbrid.
Herald added subscribers: hiraditya, mgorny.
Herald added a project: LLVM.
RDF is designed to be target agnostic. Therefore it would be useful to have it available for other targets, such as X86.
https://reviews.llvm.org/D75932
Files:
llvm/include/llvm/CodeGen/RDFGraph.h
llvm/include/llvm/CodeGen/RDFLiveness.h
llvm/include/llvm/CodeGen/RDFRegisters.h
llvm/lib/CodeGen/CMakeLists.txt
llvm/lib/CodeGen/RDFGraph.cpp
llvm/lib/CodeGen/RDFLiveness.cpp
llvm/lib/CodeGen/RDFRegisters.cpp
llvm/lib/Target/Hexagon/CMakeLists.txt
llvm/lib/Target/Hexagon/HexagonOptAddrMode.cpp
llvm/lib/Target/Hexagon/HexagonRDFOpt.cpp
llvm/lib/Target/Hexagon/RDFCopy.cpp
llvm/lib/Target/Hexagon/RDFCopy.h
llvm/lib/Target/Hexagon/RDFDeadCode.cpp
llvm/lib/Target/Hexagon/RDFDeadCode.h
llvm/lib/Target/Hexagon/RDFGraph.cpp
llvm/lib/Target/Hexagon/RDFGraph.h
llvm/lib/Target/Hexagon/RDFLiveness.cpp
llvm/lib/Target/Hexagon/RDFLiveness.h
llvm/lib/Target/Hexagon/RDFRegisters.cpp
llvm/lib/Target/Hexagon/RDFRegisters.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75932.249407.patch
Type: text/x-patch
Size: 7704 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200310/63afc7c4/attachment.bin>
More information about the llvm-commits
mailing list