[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
Tue Jan 28 22:48:07 PST 2025
================
@@ -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
More information about the llvm-branch-commits
mailing list