New testcase. This now codegens to:
authorChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2004 22:36:52 +0000 (22:36 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2004 22:36:52 +0000 (22:36 +0000)
commit5192676aa48dca878f035c20ddc03d7e3cbeb03b
tree9dba3211e7d38bca422ba0e86d075377b82de63a
parent87d3bb5dfa9b705952c89ca6e0dca251368a9457
New testcase.  This now codegens to:

max:
        mov %EAX, DWORD PTR [%ESP + 4]
        mov %ECX, DWORD PTR [%ESP + 8]
        cmp %EAX, %ECX
        cmovle %EAX, %ECX
        ret

Someone should really implement passing arguments through registers for
known-internal functions.  :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12558 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/2004-03-30-Select-Max.llx [new file with mode: 0644]