We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d57a65 commit 8d32485Copy full SHA for 8d32485
llvm/test/Analysis/CostModel/AArch64/shuffle-extract.ll
@@ -1,6 +1,9 @@
1
; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
2
; RUN: opt < %s -mtriple=aarch64--linux-gnu -passes="print<cost-model>" -cost-kind=all 2>&1 -disable-output | FileCheck %s
3
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
+
7
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
8
9
define void @extract_half() {
0 commit comments