OSDN Git Service

Handle some more combinations of extend and icmp. Fixes PR1940.
authorNick Lewycky <nicholas@mxc.ca>
Mon, 28 Jan 2008 03:48:02 +0000 (03:48 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 28 Jan 2008 03:48:02 +0000 (03:48 +0000)
commit4189a538e4ae10e6ed359b07cdcc96fd0822c811
tree7bec3284da2ad606d0a1fec9d5e75fd5db2bab30
parent25feae555d7c50c35a156373fa79ce50453746fd
Handle some more combinations of extend and icmp. Fixes PR1940.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46431 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instructions.h
lib/Transforms/Scalar/InstructionCombining.cpp
lib/VMCore/Instructions.cpp
test/Transforms/InstCombine/2008-01-21-MismatchedCastAndCompare.ll [new file with mode: 0644]