OSDN Git Service

[X86] Regenerate avx512-schedule test.
authorCraig Topper <craig.topper@intel.com>
Tue, 28 Nov 2017 23:55:59 +0000 (23:55 +0000)
committerCraig Topper <craig.topper@intel.com>
Tue, 28 Nov 2017 23:55:59 +0000 (23:55 +0000)
For some reason some sqrt instructions were missing the scheduling comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319258 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/avx512-schedule.ll

index af459dd..10d62d3 100755 (executable)
@@ -612,7 +612,7 @@ declare <16 x float> @llvm.sqrt.v16f32(<16 x float>)
 define <16 x float> @sqrtD(<16 x float> %a) nounwind {
 ; GENERIC-LABEL: sqrtD:
 ; GENERIC:       # BB#0:
-; GENERIC-NEXT:    vsqrtps %zmm0, %zmm0
+; GENERIC-NEXT:    vsqrtps %zmm0, %zmm0 # sched: [14:1.00]
 ; GENERIC-NEXT:    retq # sched: [1:1.00]
 ;
 ; SKX-LABEL: sqrtD:
@@ -627,7 +627,7 @@ declare <8 x double> @llvm.sqrt.v8f64(<8 x double>)
 define <8 x double> @sqrtE(<8 x double> %a) nounwind {
 ; GENERIC-LABEL: sqrtE:
 ; GENERIC:       # BB#0:
-; GENERIC-NEXT:    vsqrtpd %zmm0, %zmm0
+; GENERIC-NEXT:    vsqrtpd %zmm0, %zmm0 # sched: [14:1.00]
 ; GENERIC-NEXT:    retq # sched: [1:1.00]
 ;
 ; SKX-LABEL: sqrtE: