[llvm] [SLP][modularisation][NFC] Extract InstructionsState (2/3) (PR #211461)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 07:48:31 PDT 2026
================
@@ -15,13 +15,18 @@
#include "llvm/IR/Constants.h"
#include "llvm/IR/InstrTypes.h"
#include "llvm/IR/Instruction.h"
+#include "llvm/IR/Instructions.h"
+#include "llvm/IR/IntrinsicInst.h"
+#include "llvm/IR/PatternMatch.h"
#include "llvm/IR/Value.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/ErrorHandling.h"
+#include <array>
----------------
alexey-bataev wrote:
`#include <cassert>`
https://github.com/llvm/llvm-project/pull/211461
More information about the llvm-commits
mailing list