[PATCH] D80999: [ARM][CodeGen] Enabling spilling of high registers in RegAllocFast for Thumb1

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 3 17:40:31 PDT 2020


arsenm added inline comments.


================
Comment at: llvm/lib/CodeGen/RegAllocFast.cpp:211
 
+    bool isAvailable(MCPhysReg PhysReg) const {
+      // A Phys Register is available if it is free or if itself and all of its
----------------
This needs rebasing on top of 66251f7e1de79a7c1620659b7f58352b8c8e892e


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80999





More information about the llvm-commits mailing list