[PATCH] D120928: [BOLT] Add new class for symbolizing X86 instructions
    Maksim Panchenko via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Mar  3 13:29:06 PST 2022
    
    
  
maksfb added a comment.
In D120928#3358041 <https://reviews.llvm.org/D120928#3358041>, @Amir wrote:
> Would be best to split out X86Disassembler.cpp changes if they're fixing some bugs and provide a test case for them separately.
As far as I can tell, the features are exposed only via virtual class/interface. BOLT has a concrete X86 implementation that is being tested with regression tests.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120928/new/
https://reviews.llvm.org/D120928
    
    
More information about the llvm-commits
mailing list