[llvm] r268205 - Dropped FIXME comment

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun May 1 13:33:25 PDT 2016


Author: rksimon
Date: Sun May  1 15:33:25 2016
New Revision: 268205

URL: http://llvm.org/viewvc/llvm-project?rev=268205&view=rev
Log:
Dropped FIXME comment

Modified:
    llvm/trunk/test/Transforms/InstCombine/x86-avx.ll

Modified: llvm/trunk/test/Transforms/InstCombine/x86-avx.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/x86-avx.ll?rev=268205&r1=268204&r2=268205&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/x86-avx.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/x86-avx.ll Sun May  1 15:33:25 2016
@@ -113,7 +113,7 @@ define <4 x double> @test_vpermilvar_pd_
   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(




More information about the llvm-commits mailing list