[PATCH] D113150: Lift VLIWResourceModel, VLIWMachineScheduler, and ConvergingVLIWScheduler into CodeGen/VLIWMachineScheduler
James Nagurne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 17 13:41:22 PST 2021
JamesNagurne updated this revision to Diff 388025.
JamesNagurne added a comment.
- Made ViewMISChedDAG a global option to match ForceTopDown et al.
- Optimized includes in VLIWMachineScheduler.h
- Replaced vectors in VLIWMachineScheduler.h with SmallVector
- Ran clang-format on all changes, which includes the entirety of the VLIWMachineScheduler files, as they are treated as 'new' files
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113150/new/
https://reviews.llvm.org/D113150
Files:
llvm/include/llvm/CodeGen/MachineScheduler.h
llvm/include/llvm/CodeGen/VLIWMachineScheduler.h
llvm/lib/CodeGen/CMakeLists.txt
llvm/lib/CodeGen/MachineScheduler.cpp
llvm/lib/CodeGen/VLIWMachineScheduler.cpp
llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp
llvm/lib/Target/Hexagon/HexagonMachineScheduler.h
llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113150.388025.patch
Type: text/x-patch
Size: 94785 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211117/458c7607/attachment-0001.bin>
More information about the llvm-commits
mailing list