forked from OSchip/llvm-project
[X86] Remove stale FIXME form test. NFC.
This commit is contained in:
parent
b68eeff05c
commit
8ad0ede7af
|
@ -1,8 +1,6 @@
|
|||
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
|
||||
; RUN: llc -mtriple=x86_64-unknown-linux-gnu -mattr=+avx512f,+avx512vl,+avx512dq,+fast-variable-shuffle %s -o - | FileCheck %s
|
||||
|
||||
; FIXME: fixing PR34394 should fix the i32x2 memory cases resulting in a simple vbroadcasti32x2 instruction.
|
||||
|
||||
define <4 x i32> @test_2xi32_to_4xi32(<4 x i32> %vec) {
|
||||
; CHECK-LABEL: test_2xi32_to_4xi32:
|
||||
; CHECK: # %bb.0:
|
||||
|
|
Loading…
Reference in New Issue