[llvm] [UniformityAnalysis] Track uniform values for conservative divergence queries at IR level (PR #180509)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 18 06:53:15 PST 2026
================
@@ -51,6 +51,7 @@
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SparseBitVector.h"
#include "llvm/ADT/StringExtras.h"
+#include "llvm/IR/Argument.h"
----------------
arsenm wrote:
This cannot depend on an IR header
https://github.com/llvm/llvm-project/pull/180509
More information about the llvm-commits
mailing list