[llvm] [RISCV] Support `llvm.masked.compressstore` intrinsic (PR #83457)

Kolya Panchenko via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 11:10:15 PDT 2024


================

----------------
nikolaypanchenko wrote:

TTI part of the changeset disallows scalable vectors. The legalization part in `ScalarizeMaskedMemIntrin` cannot handle them either.
It might be better to relax TTI constraint and add tests for scalable vectors in followup patch, what do you think ?

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


More information about the llvm-commits mailing list