1 ; RUN: llc -mtriple=x86_64-apple-macosx10 -mattr=avx -show-mc-encoding < %s | FileCheck %s
3 define i64 @t1(double %d_ivar) nounwind uwtable ssp {
6 %0 = bitcast double %d_ivar to i64
8 ; CHECK: encoding: [0xc4,0xe1,0xf9,0x7e,0xc0]
12 define double @t2(i64 %d_ivar) nounwind uwtable ssp {
15 %0 = bitcast i64 %d_ivar to double
17 ; CHECK: encoding: [0xc4,0xe1,0xf9,0x6e,0xc7]