Add a test for i1 zeroext arguments on x86-64. We currently generate code that
authorCameron Zwarich <zwarich@apple.com>
Wed, 16 Mar 2011 20:15:44 +0000 (20:15 +0000)
committerCameron Zwarich <zwarich@apple.com>
Wed, 16 Mar 2011 20:15:44 +0000 (20:15 +0000)
commit0a00615b340b47c6af72998cca35b69fb8e5aa5f
treee09f7eab12b98406636f7b7ffd9478a07614428b
parentbb057453db627a8614091af7eff2de971644255a
Add a test for i1 zeroext arguments on x86-64. We currently generate code that
conforms to the ABI, but DAGCombine could in theory recognize the sequence of
zext asserts and truncates and generate incorrect code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127754 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/bool-args-zext.ll [new file with mode: 0644]