Skip to content

Commit 891c031

Browse files
paperchalicearsenm
andcommitted
Update llvm/test/CodeGen/AMDGPU/rsq.f64.ll
Co-authored-by: Matt Arsenault <[email protected]>
1 parent 59e9fee commit 891c031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/AMDGPU/rsq.f64.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4800,8 +4800,8 @@ define double @v_rsq_f64_unsafe(double %x) {
48004800
; VI-GISEL-NEXT: v_fma_f64 v[0:1], -v[0:1], v[2:3], 1.0
48014801
; VI-GISEL-NEXT: v_fma_f64 v[0:1], v[0:1], v[2:3], v[2:3]
48024802
; VI-GISEL-NEXT: s_setpc_b64 s[30:31]
4803-
%sqrt = call afn double @llvm.sqrt.f64(double %x)
4804-
%rsq = fdiv afn double 1.0, %sqrt
4803+
%sqrt = call afn contract double @llvm.sqrt.f64(double %x)
4804+
%rsq = fdiv afn contract double 1.0, %sqrt
48054805
ret double %rsq
48064806
}
48074807

0 commit comments

Comments
 (0)