Skip to content

Commit 8d32485

Browse files
committed
Add SVE-specific cost test for VLS
1 parent 8d57a65 commit 8d32485

File tree

2 files changed

+342
-0
lines changed

2 files changed

+342
-0
lines changed

llvm/test/Analysis/CostModel/AArch64/shuffle-extract.ll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
22
; RUN: opt < %s -mtriple=aarch64--linux-gnu -passes="print<cost-model>" -cost-kind=all 2>&1 -disable-output | FileCheck %s
33

4+
; This tests the cost of fixed-length subvector extracts for NEON.
5+
; For the SVE equivalent test, see sve-vls-shuffle-extract.ll
6+
47
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
58

69
define void @extract_half() {

0 commit comments

Comments
 (0)