[PATCH] D137813: [RegAlloc Greedy]Account statepoints while splitting single basic block

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 10 20:45:03 PST 2022


arsenm added inline comments.


================
Comment at: llvm/lib/CodeGen/StackMaps.cpp:154
+      break;
+    if (MO.isReg() && MO.getReg() == Reg)
+      return false;
----------------
Do you need to account for subregisters?


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

https://reviews.llvm.org/D137813



More information about the llvm-commits mailing list