diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/funnel-shift-rot.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/funnel-shift-rot.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/funnel-shift-rot.ll b/llvm/test/CodeGen/X86/funnel-shift-rot.ll index 90574ef45ef..3455a05e890 100644 --- a/llvm/test/CodeGen/X86/funnel-shift-rot.ll +++ b/llvm/test/CodeGen/X86/funnel-shift-rot.ll @@ -386,7 +386,7 @@ define <4 x i32> @rotr_v4i32_shift_by_bitwidth(<4 x i32> %x) nounwind { 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) |

