[all-commits] [llvm/llvm-project] 71d05a: [TTI] getTypeBasedIntrinsicInstrCost - add basic h...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Feb 1 08:26:00 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 71d05ac64e65283886b51004f3fd40e18478cddd
https://github.com/llvm/llvm-project/commit/71d05ac64e65283886b51004f3fd40e18478cddd
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2025-02-01 (Sat, 01 Feb 2025)
Changed paths:
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/test/Analysis/CostModel/RISCV/vp-intrinsics.ll
M llvm/test/Transforms/SLPVectorizer/RISCV/complex-loads.ll
Log Message:
-----------
[TTI] getTypeBasedIntrinsicInstrCost - add basic handling for strided load/store intrinsics (#125223) (REAPPLIED)
As noted on #124499 - this is currently missing for type-only analysis and was falling back to scalarization for fixed vectors (and failing entirely for scalable vectors)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list