[PATCH] D99158: [RISCV][WIP] Implement intrinsics for P extension

Jim Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 25 03:51:51 PDT 2021


Jim added a comment.

In D99158#2645796 <https://reviews.llvm.org/D99158#2645796>, @craig.topper wrote:

> What are we gaining from making the intrinsics use vector types if no vector operations are supported other than the intrinsics? Why can't we just use an xlen integer type?

It can support other operations. I will upload a patch for codegen pattern later.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99158



More information about the llvm-commits mailing list