summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorAhmed Bougacha <ahmed.bougacha@gmail.com>2016-05-31 18:50:05 +0000
committerAhmed Bougacha <ahmed.bougacha@gmail.com>2016-05-31 18:50:05 +0000
commit2acffd4cd6623e75a137629f560c0538c40e45d5 (patch)
treef3c917b8168552eeb0fd9e03afe6c1371f399786 /llvm/docs
parent29b342351f3c9ee9f3ba86946984ac56a8ebeffc (diff)
downloadbcm5719-llvm-2acffd4cd6623e75a137629f560c0538c40e45d5.tar.gz
bcm5719-llvm-2acffd4cd6623e75a137629f560c0538c40e45d5.zip
[Docs] CodeGen has supported vector icmp/fcmp for a long time.
The IR support is already well-documented. llvm-svn: 271315
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/LangRef.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index c614416f918..4882ac106b8 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -8238,9 +8238,6 @@ Example:
<result> = icmp ule i16 -4, 5 ; yields: result=false
<result> = icmp sge i16 4, 5 ; yields: result=false
-Note that the code generator does not yet support vector types with the
-``icmp`` instruction.
-
.. _i_fcmp:
'``fcmp``' Instruction
@@ -8353,9 +8350,6 @@ Example:
<result> = fcmp olt float 4.0, 5.0 ; yields: result=true
<result> = fcmp ueq double 1.0, 2.0 ; yields: result=false
-Note that the code generator does not yet support vector types with the
-``fcmp`` instruction.
-
.. _i_phi:
'``phi``' Instruction
OpenPOWER on IntegriCloud