[PATCH] D32776: [PowerPC] Update branch coalescing to be a PowerPC specific pass

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 13:01:57 PDT 2017


hfinkel 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:
> lei wrote:
> > 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.
> Sorry, I was trying to look at your original diff vs this one to see what changed. 
What are you talking about? I see no changes here.


https://reviews.llvm.org/D32776





More information about the llvm-commits mailing list