[llvm] [TTI][CostModel] Add cost modeling for expandload and compressstore intrinsics (PR #122882)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 3 07:50:41 PST 2025
================
@@ -1453,6 +1453,146 @@ define void @store() {
ret void
}
+define void @expand_load() {
----------------
preames wrote:
These are not vp. intrinsics. Please move these tests to an appropriately named file.
https://github.com/llvm/llvm-project/pull/122882
More information about the llvm-commits
mailing list