[llvm] [RISCV][TTI] Implement getAddressComputationCost() in RISCV TTI. (PR #149955)

Elvis Wang via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 23 22:36:26 PDT 2025


https://github.com/ElvisWang123 commented:

Base on updating `VPWidenMemoryRecipe::computeCost()` in LV #150371.

`vectorie-force-tail-with-evl-gather-scatter` looks like won't be vectorized since the cost of gather/scatter increase.

https://github.com/llvm/llvm-project/pull/149955


More information about the llvm-commits mailing list