From ae8a509ec4fb25dc48b55f8826a38704d6f07a0b Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sun, 1 May 2016 20:33:25 +0000 Subject: [PATCH] Dropped FIXME comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268205 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/x86-avx.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/InstCombine/x86-avx.ll b/test/Transforms/InstCombine/x86-avx.ll index 6590642deeb..12dc2251316 100644 --- a/test/Transforms/InstCombine/x86-avx.ll +++ b/test/Transforms/InstCombine/x86-avx.ll @@ -113,7 +113,7 @@ define <4 x double> @test_vpermilvar_pd_256(<4 x double> %v) { ret <4 x double> %a } -; FIXME: Verify that instcombine is able to fold constant shuffles with undef mask elements. +; Verify that instcombine is able to fold constant shuffles with undef mask elements. define <4 x float> @undef_test_vpermilvar_ps(<4 x float> %v) { ; CHECK-LABEL: @undef_test_vpermilvar_ps(