Test codegen of loads and stores of all integer
authorDuncan Sands <baldrick@free.fr>
Wed, 16 Jul 2008 13:10:20 +0000 (13:10 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 16 Jul 2008 13:10:20 +0000 (13:10 +0000)
commit8b5e62f0dbf04567f324230aca34a024ac48b8dc
tree5dfb6c127ec207247c51c88fc5509623b142eac2
parentd8b4d604902ec2bdeca0812f5a37c72cccc327bf
Test codegen of loads and stores of all integer
sizes from i1 to i256.  The generated code is
like one huge bug report of things that the DAG
combiner fails to simplify!

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