[PATCH] D89892: [AsmPrinter] Add per BB instruction mix remark.
    Jessica Paquette via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Oct 21 15:50:00 PDT 2020
    
    
  
paquette added a comment.
For the mnemonics, it looks like the logic to get at them is currently table-generated into build/lib/Target/MyTarget/MyTargetGenAsmWriter.inc.
I suppose you could factor out the logic for mnemonic printing in utils/TableGen/AsmWriterEmitter.cpp into something that can also be used here? Not sure if there is any better way than that...
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89892/new/
https://reviews.llvm.org/D89892
    
    
More information about the llvm-commits
mailing list