[PATCH] D114581: [RISCV] Fix a crash in decoding LMUL in VTYPE

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 25 07:12:11 PST 2021


jhenderson added inline comments.


================
Comment at: llvm/test/tools/llvm-objdump/RISCV/vsetvli.s:4-6
+# CHECK:      {{.*}} vsetvli a1, a0, e64, m1, tu, mu
+# CHECK-NEXT: {{.*}} vsetvli a1, a0, e64, <reserved LMUL>, tu, mu
+# CHECK-NEXT: {{.*}} vsetvli a1, a0, e64, mf8, tu, mu
----------------
Unless you specify --match-full-lines to FileCheck, there's an implicit `{{.*}}` at the start and end of the line, so you just omit that regex pattern.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114581/new/

https://reviews.llvm.org/D114581



More information about the llvm-commits mailing list