[Docs] CodeGen has supported vector icmp/fcmp for a long time.

The IR support is already well-documented.

llvm-svn: 271315
This commit is contained in:
Ahmed Bougacha 2016-05-31 18:50:05 +00:00
parent 29b342351f
commit 2acffd4cd6
1 changed files with 0 additions and 6 deletions

View File

@ -8238,9 +8238,6 @@ Example:
<result> = icmp ule i16 -4, 5 ; yields: result=false <result> = icmp ule i16 -4, 5 ; yields: result=false
<result> = icmp sge 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: .. _i_fcmp:
'``fcmp``' Instruction '``fcmp``' Instruction
@ -8353,9 +8350,6 @@ Example:
<result> = fcmp olt float 4.0, 5.0 ; yields: result=true <result> = fcmp olt float 4.0, 5.0 ; yields: result=true
<result> = fcmp ueq double 1.0, 2.0 ; yields: result=false <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: .. _i_phi:
'``phi``' Instruction '``phi``' Instruction