[llvm] [RISCV] Reduce LMUL when index is known when lowering insert_vector_elt (PR #66087)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 12 07:55:47 PDT 2023
================
@@ -7345,6 +7345,32 @@ RISCVTargetLowering::lowerVectorFPExtendOrRoundLike(SDValue Op,
return Result;
}
+// Given a scalable vector type and an index into it, returns the type for the
----------------
preames wrote:
If this is just code motion, please go ahead and pre-commit the move.
https://github.com/llvm/llvm-project/pull/66087
More information about the llvm-commits
mailing list