[llvm] 6c87f46 - [X86][NFC] Remove meaningless FIXME
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 28 18:47:21 PST 2023
Author: Phoebe Wang
Date: 2023-12-29T10:45:42+08:00
New Revision: 6c87f46795699ee0997ebb85365d9df45e48292c
URL: https://github.com/llvm/llvm-project/commit/6c87f46795699ee0997ebb85365d9df45e48292c
DIFF: https://github.com/llvm/llvm-project/commit/6c87f46795699ee0997ebb85365d9df45e48292c.diff
LOG: [X86][NFC] Remove meaningless FIXME
Solved by #76485.
Added:
Modified:
llvm/test/CodeGen/X86/avx512bf16-vl-intrinsics.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/X86/avx512bf16-vl-intrinsics.ll b/llvm/test/CodeGen/X86/avx512bf16-vl-intrinsics.ll
index 46fabb5efede68..0826faa1071b01 100644
--- a/llvm/test/CodeGen/X86/avx512bf16-vl-intrinsics.ll
+++ b/llvm/test/CodeGen/X86/avx512bf16-vl-intrinsics.ll
@@ -370,7 +370,6 @@ entry:
ret <16 x i16> %2
}
-;; FIXME: This should generate the same output as above, but let's fix the crash first.
define <16 x bfloat> @test_no_vbroadcast2() nounwind {
; CHECK-LABEL: test_no_vbroadcast2:
; CHECK: # %bb.0: # %entry
More information about the llvm-commits
mailing list