summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/funnel-shift-rot.ll
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2018-08-01 17:18:50 +0000
committerSanjay Patel <spatel@rotateright.com>2018-08-01 17:18:50 +0000
commitd5ae18303411b2dbb5f207b90cd9615c40ff3793 (patch)
tree001b3f5836cbbe0f1da5dfa7950a19e7e943445e /llvm/test/CodeGen/X86/funnel-shift-rot.ll
parent8aac22e06a196541961cd6d6cc46ffd4f39b60c3 (diff)
downloadbcm5719-llvm-d5ae18303411b2dbb5f207b90cd9615c40ff3793.tar.gz
bcm5719-llvm-d5ae18303411b2dbb5f207b90cd9615c40ff3793.zip
[x86] remove stale FIXME note from test; NFC
This was fixed with rL338592. llvm-svn: 338593
Diffstat (limited to 'llvm/test/CodeGen/X86/funnel-shift-rot.ll')
-rw-r--r--llvm/test/CodeGen/X86/funnel-shift-rot.ll2
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)
OpenPOWER on IntegriCloud