[PATCH] D129667: [AMDGPU] Update the mechanism used to check for cycles and add eges in power-sched mutation

Austin Kerbow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 16:57:26 PDT 2022


kerbowa added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/power-sched-no-cycle.mir:2
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -march=amdgcn -mcpu=gfx90a -run-pass=postmisched %s -o - --debug-only=amdgpu-subtarget -debug-only=amdgpu-subtarget,machine-scheduler  2>&1 | FileCheck %s
+# This test represents a pattern which caused power-sched to introduce cycles into the Scheduling graph. By virtue of this test not crashing indicates it has completed succesfully.
----------------
Remove debug-only lines and add enable-power-sched.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129667/new/

https://reviews.llvm.org/D129667



More information about the llvm-commits mailing list