[PATCH] D69808: [RISCV GlobalISel] Add lowerReturn for calling conv.
    Lewis Revill via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Nov 19 10:34:05 PST 2019
    
    
  
lewis-revill added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/GlobalISel/irtranslator-calllowering.ll:84
+  ; RV64I-NEXT:   [[AEXT:%[0-9]+]]:_(s64) = G_ANYEXT [[CST]](s32)
+  ; RV64I-NEXT:   $x10 = COPY [[SEXT]](s64)
+  ; RV64I-NEXT:   PseudoRET implicit $x10
----------------
Typo: the pattern here should be `[[AEXT]]`, right?
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69808/new/
https://reviews.llvm.org/D69808
    
    
More information about the llvm-commits
mailing list