[PATCH] D29935: [RISCV 13/n] Codegen for conditional branches
    Ana Pazos via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Aug 25 14:03:03 PDT 2017
    
    
  
apazos added inline comments.
================
Comment at: lib/Target/RISCV/RISCVInstrInfo.td:63
 // A 13-bit signed immediate where the least significant bit is zero.
-def simm13_lsb0 : Operand<i32> {
+def simm13_lsb0 : Operand<OtherVT> {
   let ParserMatchClass = SImmAsmOperand<13, "Lsb0">;
----------------
Maybe these td file changes should move to a separate patch?
https://reviews.llvm.org/D29935
    
    
More information about the llvm-commits
mailing list