[PATCH] D76273: [NFCI][SCEV] Avoid recursion in SCEVExpander::isHighCostExpansion*()
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 18 04:18:58 PDT 2020
mkazantsev added inline comments.
================
Comment at: llvm/include/llvm/Analysis/ScalarEvolutionExpander.h:26
#include "llvm/Support/CommandLine.h"
+#include <deque>
----------------
Can we go with queue?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76273/new/
https://reviews.llvm.org/D76273
More information about the llvm-commits
mailing list