================
@@ -395,6 +399,14 @@ template <typename ContextT> class 
GenericUniformityAnalysisImpl {
   }
 
   void print(raw_ostream &out) const;
+  SmallVector<UOCWDE, 8> UsesOutsideCycleWithDivergentExit;
+  void recordUseOutsideCycleWithDivergentExit(const InstructionT *,
----------------
ssahasra wrote:

Everywhere in this patch, is there some reason to precisely say 
"UseOutsideCycleWithDivergentExit"? Can't we just say "TemporalDivergence"? 

https://github.com/llvm/llvm-project/pull/124298
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to