[LLVMdev] Disassembler Issue
    Tim Northover 
    t.p.northover at gmail.com
       
    Sun Sep  1 23:45:06 PDT 2013
    
    
  
Hi Jeff,
> All of this stuff works fine for everything except when trying to
> create a disassembler. My question is what the proper way is to make
> several instruction patterns map to the same instruction encoding,
> something that doesn't confuse the disassembler.
This is usually handled by InstAlias instances for any different
assembly syntax and Pat instances to add extra types for CodeGen.
Cheers.
Tim.
    
    
More information about the llvm-dev
mailing list