[llvm] [TTI][CostModel] Add cost modeling for expandload and compressstore intrinsics (PR #122882)
Sergey Kachkov via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 3 08:17:41 PST 2025
================
@@ -1453,6 +1453,146 @@ define void @store() {
ret void
}
+define void @expand_load() {
----------------
skachkov-sc wrote:
Moved to rvv-expandload-compressstore.ll
https://github.com/llvm/llvm-project/pull/122882
More information about the llvm-commits
mailing list