[PATCH] D102310: [RISCV][CodeGen] Implement IR Intrinsic support for K extension
ksyx via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 13 19:27:32 PST 2022
ksyx added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsRISCV.td:1506
+ [IntrNoMem, IntrSpeculatable, IntrWillReturn,
+ ImmArg<ArgIndex<2>>, Returned<ArgIndex<0>>]>;
+
----------------
craig.topper wrote:
> Why does this intrinsic have the Returned attribute?
Maybe this is following the old 0.9.0 version that mixes the use of rs1/rd registers.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102310/new/
https://reviews.llvm.org/D102310
More information about the llvm-commits
mailing list