[PATCH] D59312: AMDGPU: Fix a SIAnnotateControlFlow issue when there are multiple backedges.

Mark Searles via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 13 10:56:52 PDT 2019


msearles added inline comments.


================
Comment at: lib/Target/AMDGPU/SIAnnotateControlFlow.cpp:272
+    // If the backedge from Pred to Target could be executed before the exit
+    // of the loop at BB, it shoudl not reset or change "Broken", which keeps
+    // track of the number of threads exited the loop at BB.
----------------
Typo in comment: shouldl


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

https://reviews.llvm.org/D59312





More information about the llvm-commits mailing list