[PATCH] D45864: [RISCV] Support .option rvc and norvc

Ana Pazos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 20 17:54:01 PDT 2018


apazos added inline comments.


================
Comment at: test/MC/RISCV/option-rvc.s:29
+# CHECK: # encoding:  [0x2e,0x85]
+addi a0, a1, 0
+
----------------
and add more than one instruction in an option block to show it compresses or not all of instructions in the block.


Repository:
  rL LLVM

https://reviews.llvm.org/D45864





More information about the llvm-commits mailing list