xref: /llvm-project/llvm/test/CodeGen/X86/atom-fixup-lea4.ll (revision 2f448bf509432c1a19ec46ab8cbc7353c03c6280)
1; RUN: llc < %s -mcpu=atom -mtriple=x86_64-linux
2
3%struct.ValueWrapper = type { double }
4%struct.ValueWrapper.6 = type { %struct.ValueWrapper.7 }
5%struct.ValueWrapper.7 = type { %struct.ValueWrapper.8 }
6%struct.ValueWrapper.8 = type { %struct.ValueWrapper }
7
8; Function Attrs: uwtable
9define linkonce_odr void @_ZN12ValueWrapperIS_IS_IS_IdEEEEC2Ev(ptr %this) unnamed_addr #0 align 2 {
10entry:
11  %this.addr = alloca ptr, align 8
12  store ptr %this, ptr %this.addr, align 8
13  %this1 = load ptr, ptr %this.addr
14  call void @_ZN12ValueWrapperIS_IS_IdEEEC2Ev(ptr %this1)
15  ret void
16}
17
18; Function Attrs: uwtable
19declare void @_ZN12ValueWrapperIS_IS_IdEEEC2Ev(ptr) unnamed_addr #0 align 2
20
21attributes #0 = { uwtable "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
22
23