[llvm] [VectorCombine] Fold reduce(trunc(x)) -> trunc(reduce(x)) iff cost effective (PR #81852)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 17 00:26:10 PST 2024
================
@@ -29,6 +29,7 @@
#include "llvm/IR/PatternMatch.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Transforms/Utils/Local.h"
+#include "llvm/Transforms/Utils/LoopUtils.h"
----------------
phoebewang wrote:
Is this required? I don't find anything related to LoopUtils.
https://github.com/llvm/llvm-project/pull/81852
More information about the llvm-commits
mailing list