Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RISCV][TTI] Add cost of type based binOp VP intrinsics with function…
…alOPC. (#93435) Intrinsics not supported in the backend will fall Into BasicTTIImpl, which will check if the VP intrinsic is a type based instruction. All type based instruction will fall into the `getTypeBasedIntrinsicInstrCost()` which doesn't support instruction with scalable vector type. This patch adds the instruction cost for type based binOp VP intrinsic instructions in the backend to get the valid instruction costs. The cost of type based binOp VP intrinsics will be same as their non-VP counterpart.
- Loading branch information