[PATCH] D53303: [Pipeliner] copyToPhi DAG Mutation to improve scheduling.

Sumanth Gundapaneni via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 18 08:49:44 PDT 2018


sgundapa added inline comments.


================
Comment at: lib/CodeGen/MachinePipeliner.cpp:105
 #include "llvm/Pass.h"
+#include "llvm/Support/Casting.h"
 #include "llvm/Support/CommandLine.h"
----------------
bcahoon wrote:
> Is this needed?
This is need for the "cast<X>()" call.


https://reviews.llvm.org/D53303





More information about the llvm-commits mailing list