[llvm] [ValueTracking] Add `matchSimpleBinaryIntrinsicRecurrence` helper (PR #145964)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 27 12:30:37 PDT 2025
================
@@ -21,6 +21,7 @@
#include "llvm/IR/FMF.h"
#include "llvm/IR/InstrTypes.h"
#include "llvm/IR/Instructions.h"
+#include "llvm/IR/IntrinsicInst.h"
----------------
nikic wrote:
This should be a forward declaration. The include causes a build time regression.
https://github.com/llvm/llvm-project/pull/145964
More information about the llvm-commits
mailing list