[PATCH] D118298: [Spill2Reg][1/9] Initial commit. This is boilerplate code.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 10 08:32:02 PST 2022


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

LGTM, but wait for more of the rest of the sequence to submit



================
Comment at: llvm/lib/CodeGen/Spill2Reg.cpp:52
+
+void Spill2Reg::print(raw_ostream &OS, const Module *M) const { ; }
+
----------------
Pointless overload and ;?


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