[llvm] [AMDGPU][TTI] Add Target Hook for Instruction Uniformity (getInstructionUniformity) (PR #137639)
Sameer Sahasrabuddhe via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 21 23:11:40 PDT 2025
================
@@ -88,19 +129,6 @@ void llvm::GenericUniformityAnalysisImpl<
}
}
-template <>
-bool llvm::GenericUniformityAnalysisImpl<SSAContext>::isDivergentUse(
----------------
ssahasra wrote:
Why was this moved? If there is a change in the body, can you first move the function as a separate NFC commit, so that the diff is more useful?
https://github.com/llvm/llvm-project/pull/137639
More information about the llvm-commits
mailing list