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

Kyle Butt via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 31 12:45:18 PDT 2017


iteratee 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,
----------------
These seem unrelated. Can you pull them out?


https://reviews.llvm.org/D32776





More information about the llvm-commits mailing list