[PATCH] D69987: [RISCV] Assemble/Disassemble v-ext instructions.

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 10 11:10:50 PST 2020


evandro added a comment.

It seems to me that all remarks have already been addressed.  Is there anything holding this patch?  For it pretty much LGTM.



================
Comment at: llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.h:50
+
+  InstVectorWithMask = (0x1 << 5),
 };
----------------
Why not just `32`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69987





More information about the llvm-commits mailing list