craig.topper added inline comments.
================ Comment at: llvm/include/llvm/IR/IntrinsicsRISCV.td:1418 + def int_riscv_vreinterpret_v + : DefaultAttrsIntrinsic<[llvm_anyvector_ty], ---------------- Do we need an intrinsic? m1 -> mask is bitcast m1 vscale type to <vscale x 64 x i1> and a llvm.experimental.vector.extract mask -> m1 is llvm.experimental.vector.insert to <vscale x 64 x i1> and a bitcast. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D149642/new/ https://reviews.llvm.org/D149642 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits