1 ; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
2 ; RUN: opt < %s -S -mtriple=thumbv8.1m.main-none-eabi -mattr=+mve.fp -passes="print<cost-model>" 2>&1 -disable-output | FileCheck %s
4 target datalayout = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64"
6 ; Note that these instructions like this (not in a look that could be tail
7 ; predicated) should not really be free. We currently assume that all active
10 define void @v4i32(i32 %index, i32 %TC) {
11 ; CHECK-LABEL: 'v4i32'
12 ; CHECK-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %active.lane.mask = call <4 x i1> @llvm.get.active.lane.mask.v4i1.i32(i32 %index, i32 %TC)
13 ; CHECK-NEXT: Cost Model: Found an estimated cost of 0 for instruction: ret void
15 %active.lane.mask = call <4 x i1> @llvm.get.active.lane.mask.v4i1.i32(i32 %index, i32 %TC)
19 define void @v8i16(i32 %index, i32 %TC) {
20 ; CHECK-LABEL: 'v8i16'
21 ; CHECK-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %active.lane.mask = call <8 x i1> @llvm.get.active.lane.mask.v8i1.i32(i32 %index, i32 %TC)
22 ; CHECK-NEXT: Cost Model: Found an estimated cost of 0 for instruction: ret void
24 %active.lane.mask = call <8 x i1> @llvm.get.active.lane.mask.v8i1.i32(i32 %index, i32 %TC)
28 define void @v16i8(i32 %index, i32 %TC) {
29 ; CHECK-LABEL: 'v16i8'
30 ; CHECK-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %active.lane.mask = call <16 x i1> @llvm.get.active.lane.mask.v16i1.i32(i32 %index, i32 %TC)
31 ; CHECK-NEXT: Cost Model: Found an estimated cost of 0 for instruction: ret void
33 %active.lane.mask = call <16 x i1> @llvm.get.active.lane.mask.v16i1.i32(i32 %index, i32 %TC)
37 declare <4 x i1> @llvm.get.active.lane.mask.v4i1.i32(i32, i32)
38 declare <8 x i1> @llvm.get.active.lane.mask.v8i1.i32(i32, i32)
39 declare <16 x i1> @llvm.get.active.lane.mask.v16i1.i32(i32, i32)