[llvm] [SCEVPatternMatch] Extend m_scev_AffineAddRec with Loop (PR #141132)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu May 22 14:09:38 PDT 2025


================
@@ -14,6 +14,7 @@
 #define LLVM_ANALYSIS_SCALAREVOLUTIONPATTERNMATCH_H
 
 #include "llvm/Analysis/ScalarEvolutionExpressions.h"
+#include <type_traits>
----------------
nikic wrote:

Unnecessary?

https://github.com/llvm/llvm-project/pull/141132


More information about the llvm-commits mailing list