[PATCH] D53303: [Pipeliner] copyToPhi DAG Mutation to improve scheduling.
Brendon Cahoon via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 18 10:47:03 PDT 2018
bcahoon added inline comments.
================
Comment at: lib/CodeGen/MachinePipeliner.cpp:105
#include "llvm/Pass.h"
+#include "llvm/Support/Casting.h"
#include "llvm/Support/CommandLine.h"
----------------
sgundapa wrote:
> bcahoon wrote:
> > Is this needed?
> This is need for the "cast<X>()" call.
I think it's included already, and the patch will compile without it.
Repository:
rL LLVM
https://reviews.llvm.org/D53303
More information about the llvm-commits
mailing list