1 ; RUN: opt -mtriple=aarch64-linux-gnu -mattr=+sve -cost-model -analyze < %s | FileCheck %s
3 ; CHECK: Found an estimated cost of 0 for instruction: %b = bitcast <vscale x 2 x double> %a to <vscale x 2 x i64>
5 define <vscale x 2 x i64> @foo(<vscale x 2 x double> %a, i32 %x) {
6 %b = bitcast <vscale x 2 x double> %a to <vscale x 2 x i64>
7 ret <vscale x 2 x i64> %b