[PATCH] D40383: Add RISCV privileged instructions
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 23 01:15:34 PST 2017
asb added a comment.
One more thing - priv.s would be better named priv-valid.s, and it would be great to have a priv-invalid.s alongside it that checks that obviously invalid forms are rejected (e.g. sret with a register argument, sfence.vma with too few arguments).
Repository:
rL LLVM
https://reviews.llvm.org/D40383
More information about the llvm-commits
mailing list