[PATCH] D46118: [RISCV] AsmParser support for the li pseudo instruction

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 24 03:21:26 PDT 2018


asb added a comment.

By way of update: the only thing stopping me from committing this right now is convincing myself that there's never a reason to use addiw rather than addi for the first constant when expanding li for RV64. I'm just going to step through some more examples...


https://reviews.llvm.org/D46118





More information about the llvm-commits mailing list