[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
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 9 08:59:13 PDT 2022
RKSimon added inline comments.
================
Comment at: llvm/test/Analysis/CostModel/AArch64/kryo-inseltpoison.ll:9
; Vector extracts - extracting the first element should have a zero cost;
; all other elements should have a cost of two.
----------------
update the comment
================
Comment at: llvm/test/Analysis/CostModel/AArch64/kryo.ll:9
; Vector extracts - extracting the first element should have a zero cost;
; all other elements should have a cost of two.
----------------
update the comment
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128302/new/
https://reviews.llvm.org/D128302
More information about the llvm-commits
mailing list