[llvm-branch-commits] [llvm] AMDGPU/GlobalISel: Temporal divergence lowering (non i1) (PR #124298)
Sameer Sahasrabuddhe via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jan 29 22:18:40 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 =
----------------
ssahasra wrote:
This declaration got repeated. One of them can be eliminated?
https://github.com/llvm/llvm-project/pull/124298
More information about the llvm-branch-commits
mailing list