[llvm] [RegAllocFast] Ensure live-in vregs get reloaded after INLINEASM_BR spills (PR #131350)

Antonio Frighetto via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 17 09:44:10 PDT 2025


================
@@ -391,6 +391,8 @@ class RegAllocFastImpl {
   bool mayLiveOut(Register VirtReg);
   bool mayLiveIn(Register VirtReg);
 
+  bool isInlineAsmBrSpill(const MachineInstr &MI) const;
----------------
antoniofrighetto wrote:

I had been pondering a few ones, and eventually I shortened the name too much. Updated, thanks!

https://github.com/llvm/llvm-project/pull/131350


More information about the llvm-commits mailing list