[PATCH] D12991: [DivergenceAnalysis] Separate the definition

Jingyue Wu via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 21:11:09 PDT 2015


jingyue accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: lib/Analysis/DivergenceAnalysis.cpp:11
@@ -12,1 +10,3 @@
+// This file implements divergence analysis which determines whether a branch
+// in a GPU program is divergent.It can help branch optimizations such as jump
 // threading and loop unswitching to make better decisions.
----------------
Add a space before "It". 


http://reviews.llvm.org/D12991





More information about the llvm-commits mailing list