This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Detect more errors when parsing vsetvli in the assembler
ClosedPublic

Authored by craig.topper on Dec 7 2020, 6:35 PM.

Details

Summary

-Reject an "mf1" lmul
-Make sure tail agnostic is exactly "tu" or "ta" not just that it starts with "tu" or "ta"
-Make sure mask agnostic is exactly "mu" or "ma" not just that it starts with "mu" or "ma"

Diff Detail