[PATCH] D93043: [CostModel] Add costs for llvm.experimental.vector.{extract,insert} intrinsics
Bradley Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 11 04:54:09 PST 2020
bsmith updated this revision to Diff 311170.
bsmith added a comment.
- Fallback to default cost when using llvm.experimental.vector.{extract,insert} intrinsics with two scalable vectors
- Add tests for above cases to ensure it no longer asserts
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93043/new/
https://reviews.llvm.org/D93043
Files:
llvm/include/llvm/CodeGen/BasicTTIImpl.h
llvm/test/Analysis/CostModel/AArch64/sve-getIntrinsicInstrCost-vec-insert-extract.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93043.311170.patch
Type: text/x-patch
Size: 6880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201211/f3233809/attachment.bin>
More information about the llvm-commits
mailing list