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

Mario Werner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 29 09:38:12 PDT 2018


niosHD added a comment.

Thank you for finding the flaw in my thinking. I obviously missed that everything falls apart due to the sign extension of the LUI instruction...

I'll update the patch to use the ADDIW instruction again.


https://reviews.llvm.org/D46118





More information about the llvm-commits mailing list