[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:44:53 PST 2021
JamesNagurne updated this revision to Diff 388026.
JamesNagurne added a comment.
Apologies. I uploaded the full diff again, rather than the refinement I wanted to.
The mechanics of the generalized pass have been accepted, but these changes exist to normalize the code to be more in line with the rest of the generic LLVM code base, as well as ran through clang-format.
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/MachineScheduler.cpp
llvm/lib/CodeGen/VLIWMachineScheduler.cpp
llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp
llvm/lib/Target/Hexagon/HexagonMachineScheduler.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113150.388026.patch
Type: text/x-patch
Size: 23740 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211117/f9de2502/attachment.bin>
More information about the llvm-commits
mailing list