[PATCH] D121376: [RISCV][RVV] Introduce roundmode operand to PseudoVAADD instruction
ShihPo Hung via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 11 00:15:13 PST 2022
arcbbb added a comment.
In D121376#3373395 <https://reviews.llvm.org/D121376#3373395>, @efriedma wrote:
> This generally makes sense.
>
> I'm not sure you want to allow the intrinsics to accept the immediate argument DYN (4). That sort of defeats the point of adding the explicit argument: you can't mark the intrinsic IntrNoMem.
Thanks, I got the point. I add a check to prevent this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121376/new/
https://reviews.llvm.org/D121376
More information about the llvm-commits
mailing list