OSDN Git Service

Both of these functions should turn into cmpbge instructions, even though
authorChris Lattner <sabre@nondot.org>
Wed, 11 Oct 2006 03:59:48 +0000 (03:59 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 11 Oct 2006 03:59:48 +0000 (03:59 +0000)
commit2f239b9289a8c0998705003fdc87648c47b763a3
tree9a163b491a134efcb623e1e7256a909d70cb3468
parent755480681c795d585c73556c028b6143c46bda86
Both of these functions should turn into cmpbge instructions, even though
the second has an and of 254 not 255.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30870 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/Alpha/cmpbge.ll [new file with mode: 0644]