[PATCH] D23566: [RISCV 8/10] Add support for all RV32I instructions
Florian Zeitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 20 15:11:49 PST 2017
Florob added inline comments.
================
Comment at: test/MC/RISCV/rv32i-valid.s:169
+
+# TODO: gnu assembler supports fence with no arguments
+# CHECK-INST: fence 0, 15
----------------
Upstream GAS also requires the arguments to be a substring of `iorw` and apparently doesn't accept integers.
https://reviews.llvm.org/D23566
More information about the llvm-commits
mailing list