[PATCH] D93208: [TableGen] Slim down the data structures in xxxGenInstrInfo.inc, step 1
    Daniel Sanders via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Dec 15 14:46:04 PST 2020
    
    
  
dsanders added a comment.
In D93208#2456177 <https://reviews.llvm.org/D93208#2456177>, @Paul-C-Anagnostopoulos wrote:
> @dsanders Which target is this?
It's an out-of-tree proprietary target
> And you're saying that you use the OpcodeOperandTypes table, not just the OperandType enum?
That's right, we use getOperandType() which uses that table
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93208/new/
https://reviews.llvm.org/D93208
    
    
More information about the llvm-commits
mailing list