[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / Analysis / CostModel / AArch64 / no-sve-no-neon.ll
blobdf1e542049ea0e556cc67310b42264312396f574
1 ; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py UTC_ARGS: --version 2
2 ; RUN: opt < %s -passes="print<cost-model>" 2>&1 -disable-output | FileCheck %s
4 target triple = "aarch64-unknown-linux-gnu"
5 target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
7 define void @uitofp() #0 {
8 ; CHECK-LABEL: 'uitofp'
9 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 16 for instruction: %conv = uitofp <16 x i64> undef to <16 x float>
10 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 0 for instruction: ret void
12   %conv = uitofp <16 x i64> undef to <16 x float>
13   ret void
16 attributes #0 = { "target-features"="-neon" }