OSDN Git Service

Sink isTrueWhenEqual from ICmpInst to CmpInst. Add a matching isFalseWhenEqual
authorNick Lewycky <nicholas@mxc.ca>
Sun, 25 Oct 2009 03:50:03 +0000 (03:50 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 25 Oct 2009 03:50:03 +0000 (03:50 +0000)
commit44df023d5f56e301d6280df20e36e68b1c4a761e
tree3dc81ac9fed1799f51742701c4b7ec2fd5e03e21
parentedb8997821d6d7ae3cb8fc03e9b50190e990154a
Sink isTrueWhenEqual from ICmpInst to CmpInst. Add a matching isFalseWhenEqual
which is equal to !isTrueWhenEqual for ints but not for floats.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85036 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InstrTypes.h
include/llvm/Instructions.h
lib/VMCore/Instructions.cpp