[all-commits] [llvm/llvm-project] 248376: [RISCV][CostModel] Recommit VPIntrinsics have same...
Michael Maitland via All-commits
all-commits at lists.llvm.org
Fri Oct 20 10:11:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2483763f1aeba5fabff88360b9f44a2ba0bca9d9
https://github.com/llvm/llvm-project/commit/2483763f1aeba5fabff88360b9f44a2ba0bca9d9
Author: Michael Maitland <michaeltmaitland at gmail.com>
Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths:
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/test/Analysis/CostModel/RISCV/gep.ll
M llvm/test/Analysis/CostModel/RISCV/rvv-intrinsics.ll
Log Message:
-----------
[RISCV][CostModel] Recommit VPIntrinsics have same cost as their non-vp counterparts (#68752)
This was reverted in commit 0abaf3caee88ae74def2c7000aff8e61b24634bb
(#67178).
This version of the patch includes a fix which was caused by
vp-reductions having an extra start value argument which the non-vp
counterparts did not have.
More information about the All-commits
mailing list