mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[x86][AArch64] adjust fast-math-flags in tests; NFC
This goes with the proposal in D86403.
This commit is contained in:
parent
e5708466b3
commit
7a4b11cdee
@ -493,7 +493,7 @@ define <2 x double> @sqrt_fdiv_common_operand_vec(<2 x double> %x) nounwind {
|
||||
; CHECK-NEXT: fmul v0.2d, v0.2d, v1.2d
|
||||
; CHECK-NEXT: ret
|
||||
%sqrt = call <2 x double> @llvm.sqrt.v2f64(<2 x double> %x)
|
||||
%r = fdiv arcp reassoc <2 x double> %x, %sqrt
|
||||
%r = fdiv nsz arcp reassoc <2 x double> %x, %sqrt
|
||||
ret <2 x double> %r
|
||||
}
|
||||
|
||||
|
@ -930,7 +930,7 @@ define <2 x double> @sqrt_fdiv_common_operand_vec(<2 x double> %x) nounwind {
|
||||
; AVX-NEXT: vdivpd %xmm1, %xmm0, %xmm0
|
||||
; AVX-NEXT: retq
|
||||
%sqrt = call <2 x double> @llvm.sqrt.v2f64(<2 x double> %x)
|
||||
%r = fdiv arcp reassoc <2 x double> %x, %sqrt
|
||||
%r = fdiv nsz arcp reassoc <2 x double> %x, %sqrt
|
||||
ret <2 x double> %r
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user