[PATCH] D108750: [PowerPC] common chains to reuse offsets to reduce register pressure

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 1 22:17:26 PDT 2021


shchenz added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp:127
+static cl::opt<bool>
+    DoChainCommoning("ppc-formprep-chain-commoning", cl::init(true), cl::Hidden,
+                     cl::desc("Do chain commoning in PPC loop prepare pass."));
----------------
qiucf wrote:
> Better as `EnableChainCommoning`?
Good idea.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108750/new/

https://reviews.llvm.org/D108750



More information about the llvm-commits mailing list