From 540e58af6692bf373d9be4f99d320b4b0f753e3b Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Thu, 12 Jan 2023 14:18:04 +0000 Subject: [PATCH] [X86] vector-mul.ll - remove old FIXME comment Vector AssertZExt support was added by D54725 / 4954c664307d56c5aa7ed400b3bac730bd71ddb9 --- llvm/test/CodeGen/X86/vector-mul.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/vector-mul.ll b/llvm/test/CodeGen/X86/vector-mul.ll index 63095bdf8889..55b58995b87b 100644 --- a/llvm/test/CodeGen/X86/vector-mul.ll +++ b/llvm/test/CodeGen/X86/vector-mul.ll @@ -1945,7 +1945,6 @@ define <2 x i64> @mul_v2i64_60_120(<2 x i64> %x) nounwind { ; don't know that we only need one pmuludq to compute the full 64 bits. This ; sort of issue is more likely to occur when there is a loop and one of the ; multiply inputs is loop invariant. -; FIXME: We should be able to insert an AssertZExt for this. define <2 x i64> @mul_v2i64_zext_cross_bb(ptr %in, ptr %y) { ; X86-SSE2-LABEL: mul_v2i64_zext_cross_bb: ; X86-SSE2: # %bb.0: -- 2.34.1