[PATCH] D69808: [RISCV GlobalISel] Add lowerReturn for calling conv.

weiwei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 18 08:44:17 PST 2019


wwei marked an inline comment as done.
wwei 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
----------------
lewis-revill wrote:
> Typo: the pattern here should be `[[AEXT]]`, right?
Yes, it's a typo, I'll fix it.


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