[llvm] [Uniformity] Avoid marking all PHIs as divergent in join blocks (PR #157808)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 25 03:01:44 PDT 2025
================
@@ -54,7 +54,7 @@ template <typename _FunctionT> class GenericSSAContext {
// The null value for ValueRefT. For LLVM IR and MIR, this is simply the
// default constructed value.
- static constexpr ValueRefT *ValueRefNull = {};
+ static constexpr ValueRefT ValueRefNull = {};
----------------
jayfoad wrote:
Commit this separately?
https://github.com/llvm/llvm-project/pull/157808
More information about the llvm-commits
mailing list