From e13633cf7726dc0de0d5c7f9e39ceed8f9f79436 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Tue, 14 Mar 2017 12:13:41 +0000 Subject: [PATCH] [X86][MMX] Update FIXME comment. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297736 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/mmx-cvt.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/mmx-cvt.ll b/test/CodeGen/X86/mmx-cvt.ll index 71daf7b4866..37b4db3392c 100644 --- a/test/CodeGen/X86/mmx-cvt.ll +++ b/test/CodeGen/X86/mmx-cvt.ll @@ -248,7 +248,7 @@ define void @fptosi_v2f32_v2i32(<4 x float>, <1 x i64>*) nounwind { ret void } -; FIXME: If we are transferring MMX conversion results to XMM registers we could use the MMX equivalents +; FIXME: If we are transferring MMX registers to XMM for conversion we could use the MMX equivalents ; (CVTPI2PD + CVTPI2PS) without affecting rounding/exceptions etc. define <2 x double> @sitofp_v2i32_v2f64(<1 x i64>*) nounwind { -- 2.50.1