[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git] / llvm / test / Analysis / CostModel / AArch64 / no-sve-no-neon.ll
blob4e6a36059d815944b3ff23d50aa0e74c6272f85f
1 ; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py UTC_ARGS: --version 2
2 ; RUN: opt -mattr=-neon < %s -passes="print<cost-model>" 2>&1 -disable-output | FileCheck %s
3 ; RUN: opt -mattr=+sve,-neon < %s -passes="print<cost-model>" 2>&1 -disable-output | FileCheck %s
5 target triple = "aarch64-unknown-linux-gnu"
6 target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
8 define void @uitofp() {
9 ; CHECK-LABEL: 'uitofp'
10 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 16 for instruction: %conv = uitofp <16 x i64> undef to <16 x float>
11 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 0 for instruction: ret void
13   %conv = uitofp <16 x i64> undef to <16 x float>
14   ret void