[PATCH] D50046: [RISCV] Add InstAlias definitions for add, and, xor, or, sll, srl, sra, slt and sltu with immediate

Sameer AbuAsal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 31 11:53:36 PDT 2018


sabuasal added inline comments.


================
Comment at: test/MC/RISCV/rvi-aliases-valid.s:179
+
+# CHECK-INST: srli a2, a3, 4
+# CHECK-ALIAS: srli a2, a3, 4
----------------
This test should print the canonical version of the instruction, you are printing the Alias. 


https://reviews.llvm.org/D50046





More information about the llvm-commits mailing list