[PATCH] D118298: [Spill2Reg] Initial commit. This is boilerplate code.
Vasileios Porpodas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 3 16:14:53 PST 2022
vporpo added inline comments.
================
Comment at: llvm/lib/CodeGen/Spill2Reg.cpp:25-27
+static cl::opt<bool> EnableSpill2Reg("enable-spill2reg", cl::Hidden,
+ cl::init(false),
+ cl::desc("Enable Spill2Reg pass"));
----------------
arsenm wrote:
> Probably should move this to TargetPassConfig
Done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118298/new/
https://reviews.llvm.org/D118298
More information about the llvm-commits
mailing list