[X86] vector-mul.ll - remove old FIXME comment
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 12 Jan 2023 14:18:04 +0000 (14:18 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 12 Jan 2023 14:18:10 +0000 (14:18 +0000)
Vector AssertZExt support was added by D54725 / 4954c664307d56c5aa7ed400b3bac730bd71ddb9

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

index 63095bd..55b5899 100644 (file)
@@ -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: