[llvm] [VectorCombine] Preserves the maximal legal FPMathFlags during foldShuffleToIdentity (PR #94295)
Henry Jiang via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 4 10:05:28 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>
----------------
mustartt wrote:
No longer needed, removing
https://github.com/llvm/llvm-project/pull/94295
More information about the llvm-commits
mailing list