[llvm] [VectorCombine] Preserves the maximal legal FPMathFlags during foldShuffleToIdentity (PR #94295)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 4 09:58:21 PDT 2024
================
@@ -26,10 +27,14 @@
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/IRBuilder.h"
+#include "llvm/IR/Instruction.h"
+#include "llvm/IR/Operator.h"
#include "llvm/IR/PatternMatch.h"
+#include "llvm/Support/Casting.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Transforms/Utils/Local.h"
#include "llvm/Transforms/Utils/LoopUtils.h"
+#include <iterator>
----------------
davemgreen wrote:
Are all these extra headers needed now?
https://github.com/llvm/llvm-project/pull/94295
More information about the llvm-commits
mailing list