[PATCH] D118175: [RISCV] Use tablegen size for getInstSizeInBytes.
    Jessica Clarke via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jan 28 09:26:40 PST 2022
    
    
  
jrtc27 added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfo.cpp:988
-    return 0;
-  // These values are determined based on RISCVExpandAtomicPseudoInsts,
-  // RISCVExpandPseudoInsts and RISCVMCCodeEmitter, depending on where the
----------------
Hm, we've lost these cross-references, and RISCVExpandAtomicPseudo::expandMI, RISCVExpandPseudo::expandMI and ISCVMCCodeEmitter::encodeInstruction now have stale references back to here
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118175/new/
https://reviews.llvm.org/D118175
    
    
More information about the llvm-commits
mailing list