[PATCH] D32776: [PowerPC] Update branch coalescing to be a PowerPC specific pass
Lei Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 5 06:48:37 PDT 2017
lei added inline comments.
================
Comment at: lib/CodeGen/TargetPassConfig.cpp:52
cl::desc("Enable interprocedural register allocation "
"to reduce load/store at procedure calls."));
static cl::opt<bool> DisablePostRASched("disable-post-ra", cl::Hidden,
----------------
iteratee wrote:
> These seem unrelated. Can you pull them out?
I do not understand why you want me to pull these out. They were not added by me and it is being used later on in this src.
https://reviews.llvm.org/D32776
More information about the llvm-commits
mailing list