[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 06:58:14 PDT 2018
bcahoon accepted this revision.
bcahoon added a comment.
This revision is now accepted and ready to land.
Just a minor question - looks good otherwise.
================
Comment at: lib/CodeGen/MachinePipeliner.cpp:105
#include "llvm/Pass.h"
+#include "llvm/Support/Casting.h"
#include "llvm/Support/CommandLine.h"
----------------
Is this needed?
https://reviews.llvm.org/D53303
More information about the llvm-commits
mailing list