summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/clflushopt-schedule.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/clflushopt-schedule.ll b/llvm/test/CodeGen/X86/clflushopt-schedule.ll
index 57f9ee1b25e..3ba02f0a66e 100644
--- a/llvm/test/CodeGen/X86/clflushopt-schedule.ll
+++ b/llvm/test/CodeGen/X86/clflushopt-schedule.ll
@@ -13,7 +13,7 @@ define void @clflushopt(i8* %p) nounwind {
;
; GLM-LABEL: clflushopt:
; GLM: # BB#0:
-; GLM-NEXT: clflushopt (%rdi)
+; GLM-NEXT: clflushopt (%rdi) # sched: [3:1.00]
; GLM-NEXT: retq # sched: [4:1.00]
;
; SKYLAKE-LABEL: clflushopt:
@@ -28,7 +28,7 @@ define void @clflushopt(i8* %p) nounwind {
;
; ZNVER1-LABEL: clflushopt:
; ZNVER1: # BB#0:
-; ZNVER1-NEXT: clflushopt (%rdi)
+; ZNVER1-NEXT: clflushopt (%rdi) # sched: [8:0.50]
; ZNVER1-NEXT: retq # sched: [1:0.50]
tail call void @llvm.x86.clflushopt(i8* %p)
ret void
OpenPOWER on IntegriCloud