OSDN Git Service

Fix a bug legalizing zero-extending i64 loads into 32-bit loads. The bottom
authorChris Lattner <sabre@nondot.org>
Sat, 7 Oct 2006 00:58:36 +0000 (00:58 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 7 Oct 2006 00:58:36 +0000 (00:58 +0000)
commited83a7019be05c2ed16a134fc9a708eb25dcd641
tree08a6467175a604d4458ed983bd378ff2254bfa57
parent0c79fed5f95588525d850c987934e3af50e06740
Fix a bug legalizing zero-extending i64 loads into 32-bit loads.  The bottom
part was always forced to be sextload, even when we needed an zextload.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30782 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp