1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Dropped FIXME comment

llvm-svn: 268205
This commit is contained in:
Simon Pilgrim 2016-05-01 20:33:25 +00:00
parent a6ec426d4d
commit e0944ffa06

View File

@ -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(