[PATCH] D92973: [RISCV] Add intrinsics for vsetvli instruction

Tao Liang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 23 20:12:56 PDT 2023


Origami404 added a comment.
Herald added subscribers: jobnoorman, luke, pcwang-thead, eopXD, VincentWu, vkmr, arichardson.
Herald added a project: All.

In D92973#2447416 <https://reviews.llvm.org/D92973#2447416>, @evandro wrote:

> The default should be `ta` and `mu`.  The compiler is usually agnostic about the tail of the vector, but usually assumes that masked elements are preserved.

Hello! Sorry to bother everyone, but I want to know what should one use to set `ta/tu/ma/mu` if the intrinsic just make `ta` and `mu` as default?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92973



More information about the llvm-commits mailing list