[llvm] r338593 - [x86] remove stale FIXME note from test; NFC
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 1 10:18:50 PDT 2018
Author: spatel
Date: Wed Aug 1 10:18:50 2018
New Revision: 338593
URL: http://llvm.org/viewvc/llvm-project?rev=338593&view=rev
Log:
[x86] remove stale FIXME note from test; NFC
This was fixed with rL338592.
Modified:
llvm/trunk/test/CodeGen/X86/funnel-shift-rot.ll
Modified: llvm/trunk/test/CodeGen/X86/funnel-shift-rot.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/funnel-shift-rot.ll?rev=338593&r1=338592&r2=338593&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/funnel-shift-rot.ll (original)
+++ llvm/trunk/test/CodeGen/X86/funnel-shift-rot.ll Wed Aug 1 10:18:50 2018
@@ -386,7 +386,7 @@ define <4 x i32> @rotr_v4i32_shift_by_bi
ret <4 x i32> %f
}
-; FIXME: Non power-of-2 types can't use the negated shift amount to avoid a select.
+; Non power-of-2 types can't use the negated shift amount to avoid a select.
declare i7 @llvm.fshl.i7(i7, i7, i7)
declare i7 @llvm.fshr.i7(i7, i7, i7)
More information about the llvm-commits
mailing list