[PATCH] D128302: [AArch64][CostModel] Detects that {Extract,Insert}Element at lane 0 have the same cost as other lanes for real instructions that operates on integer types
Mingming Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 8 14:45:15 PDT 2022
mingmingl updated this revision to Diff 458884.
mingmingl marked an inline comment as done.
mingmingl added a comment.
fix comment after renaming variable (VirtualInst->HasRealUse).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128302/new/
https://reviews.llvm.org/D128302
Files:
llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
llvm/test/Analysis/CostModel/AArch64/kryo-inseltpoison.ll
llvm/test/Analysis/CostModel/AArch64/kryo.ll
llvm/test/Analysis/CostModel/AArch64/sve-insert-extract.ll
llvm/test/Transforms/LICM/AArch64/extract-element.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128302.458884.patch
Type: text/x-patch
Size: 16599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220908/494a9cba/attachment.bin>
More information about the llvm-commits
mailing list