[llvm] [CodeGen][MISched] Add misched post-regalloc bidirectional scheduling (PR #77138)
Wang Pengcheng via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 27 19:13:56 PST 2024
================
@@ -51,3 +61,6 @@ body: |
# BOTTOMUP-NEXT: SU(1): renamable $x13 = ADD renamable $x11, renamable $x10
# BOTTOMUP-NEXT: SU(0): renamable $x12 = MUL renamable $x11, renamable $x10
# BOTTOMUP-NEXT: SU(2): renamable $x14 = DIVW renamable $x12, renamable $x13
+
+# BIDIRECTIONAL: *** Final schedule for %bb.0 ***
+# BIDIRECTIONAL-NEXT: * Schedule table (Bidirectional): not implemented
----------------
wangpc-pp wrote:
Why is it still `not implemented`? Should we change `ScheduleDAGMI::dumpSchedule()` too?
https://github.com/llvm/llvm-project/pull/77138
More information about the llvm-commits
mailing list