[PATCH] D98561: [RISCV] Support masked load/store for fixed vectors.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 17 10:12:42 PDT 2021


craig.topper added a comment.

In D98561#2631121 <https://reviews.llvm.org/D98561#2631121>, @frasercrmck wrote:

> LGTM. Is there a reason the scalable-vector versions weren't lowered to intrinsics?

It didn't require custom handling just pattern matching. I can go back and make them the same.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98561



More information about the llvm-commits mailing list