[llvm-commits] SETCC Patch [For Review Only]

Reid Spencer rspencer at reidspencer.com
Sat Nov 18 23:36:36 PST 2006


This is the first in a series of patches to split the SETCC instructions
into just two instructions: icmp (integer compare) and fcmp (floating
point compare). This patch is a no-op. It introduces code that will be
used in subsequent patches. The new instruction codes are reserved, the
instruction classes are defined, and the InstVisitor class (and users)
is updated to recognize the new instructions. However, nothing else in
LLVM will produce these instructions (yet). The patch passes all tests.

Reid.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SETCC.patch
Type: text/x-patch
Size: 30087 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20061118/7a0b3c1b/attachment.bin>


More information about the llvm-commits mailing list