From 2a621877519f3758cef72bdad4e2d7431be9e8fb Mon Sep 17 00:00:00 2001 From: Andrea Di Biagio Date: Thu, 11 Apr 2019 10:15:04 +0000 Subject: [PATCH] [MCA] Remove wrong comments from a test. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358160 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/llvm-mca/X86/BtVer2/int-to-fpu-forwarding-2.s | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/tools/llvm-mca/X86/BtVer2/int-to-fpu-forwarding-2.s b/test/tools/llvm-mca/X86/BtVer2/int-to-fpu-forwarding-2.s index cf385e895a2..73f3459ccaa 100644 --- a/test/tools/llvm-mca/X86/BtVer2/int-to-fpu-forwarding-2.s +++ b/test/tools/llvm-mca/X86/BtVer2/int-to-fpu-forwarding-2.s @@ -1,9 +1,6 @@ # NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -iterations=500 < %s | FileCheck %s -# Throughput for the AVX code snippets below should tend to 0.25 IPC. -# Throughput for the SSE code snippets below should tend to 1.00 IPC. - # LLVM-MCA-BEGIN vcvtsi2ss %ecx, %xmm0, %xmm0 # LLVM-MCA-END -- 2.50.1