[PATCH] D50433: A New Divergence Analysis for LLVM

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 23 02:53:25 PDT 2018


arsenm added inline comments.


================
Comment at: include/llvm/Analysis/DivergenceAnalysis.h:60
+
+  // whether any value was marked or analyzed to be divergent.
+  bool hasDetectedDivergence() const { return !divergentValues.empty(); }
----------------
Capitalize comments (applies for all of these)


Repository:
  rL LLVM

https://reviews.llvm.org/D50433





More information about the llvm-commits mailing list