Skip to content

Commit

Permalink
[lld-macho] Don't include absolute address value in expected test output
Browse files Browse the repository at this point in the history
Should fix the mattrs.ll failure introduced by rG29d3b0e47113.
  • Loading branch information
int3 committed Dec 11, 2020
1 parent dd6412c commit 553284b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lld/test/MachO/mattrs.ll
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

; FMA: <_foo>:
; FMA-NEXT: vrcpss %xmm0, %xmm0, %xmm1
; FMA-NEXT: vfmsub213ss 7(%rip), %xmm1, %xmm0 # 2d4
; FMA-NEXT: vfmsub213ss 7(%rip), %xmm1, %xmm0
; FMA-NEXT: vfnmadd132ss %xmm1, %xmm1, %xmm0
; FMA-NEXT: retq

; NO-FMA: <_foo>:
; NO-FMA-NEXT: vrcpss %xmm0, %xmm0, %xmm1
; NO-FMA-NEXT: vmulss %xmm1, %xmm0, %xmm0
; NO-FMA-NEXT: vmovss 16(%rip), %xmm2 # 2e0
; NO-FMA-NEXT: vmovss 16(%rip), %xmm2
; NO-FMA-NEXT: vsubss %xmm0, %xmm2, %xmm0
; NO-FMA-NEXT: vmulss %xmm0, %xmm1, %xmm0
; NO-FMA-NEXT: vaddss %xmm0, %xmm1, %xmm0
Expand Down

0 comments on commit 553284b

Please sign in to comment.