]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
Fix live-out reg logic to not insert over-aggressive AssertZExt
authorDan Gohman <gohman@apple.com>
Tue, 31 Mar 2009 01:38:29 +0000 (01:38 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 31 Mar 2009 01:38:29 +0000 (01:38 +0000)
commit07c26ee87e4060f487867f1e283801bd8ced62d1
treefb58ab88f79f2c7c31a024aec0b58bd22f2d06da
parent4d9523246999531db52312c6eef6af705a5a692e
Fix live-out reg logic to not insert over-aggressive AssertZExt
instructions. This fixes lua.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68083 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
test/CodeGen/X86/live-out-reg-info.ll [new file with mode: 0644]