[llvm] 540e58a - [X86] vector-mul.ll - remove old FIXME comment

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 12 06:18:22 PST 2023


Author: Simon Pilgrim
Date: 2023-01-12T14:18:10Z
New Revision: 540e58af6692bf373d9be4f99d320b4b0f753e3b

URL: https://github.com/llvm/llvm-project/commit/540e58af6692bf373d9be4f99d320b4b0f753e3b
DIFF: https://github.com/llvm/llvm-project/commit/540e58af6692bf373d9be4f99d320b4b0f753e3b.diff

LOG: [X86] vector-mul.ll - remove old FIXME comment

Vector AssertZExt support was added by D54725 / 4954c664307d56c5aa7ed400b3bac730bd71ddb9

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/vector-mul.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/vector-mul.ll b/llvm/test/CodeGen/X86/vector-mul.ll
index 63095bdf88894..55b58995b87b6 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:


        


More information about the llvm-commits mailing list