summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-05-01 20:33:25 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-05-01 20:33:25 +0000
commitc59049207511e09313fef6bf413b96166883c748 (patch)
tree2d0eeb9c701b8442a3d61798b761b37f3ef7c585
parenteeacc40e27a75d07f360a58b18f1bf1bb3fcd4de (diff)
downloadbcm5719-llvm-c59049207511e09313fef6bf413b96166883c748.tar.gz
bcm5719-llvm-c59049207511e09313fef6bf413b96166883c748.zip
Dropped FIXME comment
llvm-svn: 268205
-rw-r--r--llvm/test/Transforms/InstCombine/x86-avx.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/x86-avx.ll b/llvm/test/Transforms/InstCombine/x86-avx.ll
index 6590642deeb..12dc2251316 100644
--- a/llvm/test/Transforms/InstCombine/x86-avx.ll
+++ b/llvm/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(
OpenPOWER on IntegriCloud