================
@@ -40,6 +40,10 @@ template <typename ContextT> class GenericUniformityInfo {
   using CycleInfoT = GenericCycleInfo<ContextT>;
   using CycleT = typename CycleInfoT::CycleT;
 
+  // Use outside cycle with divergent exit
+  using UOCWDE =
----------------
petar-avramovic wrote:

My guess is that GenericUniformityAnalysisImpl and GenericUniformityInfo repeat 
typedefs because of terrible line break
This would work
typename GenericUniformityInfo<ContextT>::TemporalDivergenceTuple

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