[PATCH] D23688: AMDGPU/SI: Implement a custom MachineSchedStrategy

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 26 15:04:07 PDT 2016


arsenm added a comment.

LGTM


================
Comment at: lib/Target/AMDGPU/GCNSchedStrategy.cpp:9-12
@@ +8,6 @@
+//===----------------------------------------------------------------------===//
+//
+/// \file
+///
+//===----------------------------------------------------------------------===//
+
----------------
Should remove the empty file comment or add something

================
Comment at: lib/Target/AMDGPU/GCNSchedStrategy.cpp:175
@@ +174,3 @@
+  case GenericSchedulerBase::RegExcess:
+    return -1 * Reason;
+ }
----------------
This can be just -Reason


https://reviews.llvm.org/D23688





More information about the llvm-commits mailing list