[PATCH] D21562: [AMDGPU] Wave and register controls

Yaxun Liu via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 2 15:07:23 PDT 2016


yaxunl added a subscriber: yaxunl.

================
Comment at: test/CodeGen/AMDGPU/attr-amdgpu-waves-per-eu.ll:75
@@ +74,3 @@
+
+; At most 1 wave per execution unit (same as @empty_exactly_1).
+
----------------
Is this extra?

================
Comment at: test/CodeGen/AMDGPU/attr-amdgpu-waves-per-eu.ll:101
@@ +100,3 @@
+
+; Between 1 and 5 waves per execution unit (same as @empty_at_most_5).
+
----------------
extra line?


https://reviews.llvm.org/D21562





More information about the llvm-commits mailing list