[PATCH] D114893: [CostModel][AMDGPU] Fix instructions costs estimation for vector types.
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 1 11:15:26 PST 2021
rampitec added inline comments.
================
Comment at: llvm/test/Analysis/CostModel/AMDGPU/add-sub.ll:75
%v5i64 = add <5 x i64> undef, undef
- %v6i64 = add <6 x i64> undef, undef
- %v7i64 = add <7 x i64> undef, undef
----------------
Why dropping this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114893/new/
https://reviews.llvm.org/D114893
More information about the llvm-commits
mailing list