[llvm-branch-commits] [llvm] AMDGPU/GlobalISel: Temporal divergence lowering (non i1) (PR #124298)

Petar Avramovic via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jan 31 05:38:18 PST 2025


================
@@ -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


More information about the llvm-branch-commits mailing list