[PATCH] D118298: [Spill2Reg] Initial commit. This is boilerplate code.
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Feb  3 15:22:31 PST 2022
    
    
  
arsenm 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"));
----------------
Probably should move this to TargetPassConfig
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