[PATCH] D94035: [RISCV] Don't parse 'vmsltu.vi v0, v1, 0' as 'vmsleu.vi v0, v1, -1'
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 5 01:36:06 PST 2021
frasercrmck added a comment.
LGTM too, but pardon my ignorance: I thought we could match an explicit immediate in `InstAlias`es? Or is it that we can't do the decrement? I'm only going by matching `vxor -1` as `vnot` but that's how I interpret the word "match".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94035/new/
https://reviews.llvm.org/D94035
More information about the llvm-commits
mailing list