[PATCH] D114581: [RISCV] Fix a crash in decoding LMUL in VTYPE
Ben Shi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 29 23:23:16 PST 2021
benshi001 added a comment.
In D114581#3160388 <https://reviews.llvm.org/D114581#3160388>, @craig.topper wrote:
> Do you plan to address all of the other reserved encodings in the printer too? Bits 8, 9, or 10 being non-zero. vsew=0b1xx. They can be other patches I would just like to know if I need to find someone to do it.
I have handled all reserved cases in current patch, along with corresponding tests. Thanks for your suggestion.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114581/new/
https://reviews.llvm.org/D114581
More information about the llvm-commits
mailing list