[PATCH] D123264: [RISCV] Pre-RA expand pseudos pass
    Hsiangkai Wang via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Apr 15 01:06:40 PDT 2022
    
    
  
HsiangKai added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/MachineInstr.h:1212
+    return isLabel() || isCFIInstruction() || getPreInstrSymbol() ||
+           getPostInstrSymbol();
+  }
----------------
Is it enough to only add checking of getPreInstrSymbol()?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123264/new/
https://reviews.llvm.org/D123264
    
    
More information about the llvm-commits
mailing list