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

Ana Pazos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 20 11:13:15 PDT 2018


apazos added inline comments.


================
Comment at: test/MC/RISCV/option-rvc.s:22
+# RUN: | FileCheck -check-prefixes=CHECK-BYTES,CHECK-INST %s
+
+# CHECK: .option rvc
----------------
Kito, can you add an instruction before the first .option rvc to make sure the default behavior is unaltered:
if C ext is enabled, it will compress, but if it is disable it will not compress.


Repository:
  rL LLVM

https://reviews.llvm.org/D45864





More information about the llvm-commits mailing list