[llvm] [RISCV] Add a combine to form masked.load from unit strided load (PR #65674)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 12:59:09 PDT 2023


preames wrote:

> LGTM. Should we be canonicalising this for `Intrinsic::riscv_vlse` and `Intrinsic::riscv_vlse_mask` too?

Yes.  However, I'm focused on generic IR codegen and don't care too much about intrinsic usage.


https://github.com/llvm/llvm-project/pull/65674


More information about the llvm-commits mailing list