brintos

brintos / llvm-project-archived public Read only

0
0
Text · 290 B · fb2517f Raw
13 lines · plain
1; RUN: opt -mtriple=x86_64-- -passes=early-cse -earlycse-debug-hash < %s -S | FileCheck %s2 3; CHECK: @foo(<1 x i64> zeroinitializer)4 5define void @bar() {6entry:7  %0 = bitcast double 0.0 to <1 x i64>8  %1 = call <1 x i64> @foo(<1 x i64> %0)9  ret void10}11 12declare <1 x i64> @foo(<1 x i64>)13