[PATCH] D73386: [AMDGPU] Attempt to reschedule withou clustering
Valery Pykhtin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 09:13:54 PST 2020
vpykhtin added a comment.
LGTM.
================
Comment at: llvm/lib/Target/AMDGPU/GCNSchedStrategy.h:97
+ // or we generally desire to reschedule it.
+ SmallVector<bool, 32> RescheduleRegions;
+
----------------
Maybe a BitVector? Don't have a strong opinion though.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73386/new/
https://reviews.llvm.org/D73386
More information about the llvm-commits
mailing list