[llvm] Late temporal divergence lowering for SDAG (PR #67033)

Sameer Sahasrabuddhe via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 22 01:15:17 PDT 2023


================
@@ -396,6 +399,8 @@ template <typename ContextT> class GenericUniformityAnalysisImpl {
 
   void print(raw_ostream &out) const;
 
+  iterator_range<const UseOutsideCycleInfoT *> uses_outside_cycle() const;
----------------
ssahasra wrote:

Is it correct that this only tracks uses outside a cycle with divergent exits? This should be in the name or at least in a comment.

https://github.com/llvm/llvm-project/pull/67033


More information about the llvm-commits mailing list