Add several testcases for new optimizations in the code generator.
authorChris Lattner <sabre@nondot.org>
Sun, 2 Jan 2005 02:30:04 +0000 (02:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Jan 2005 02:30:04 +0000 (02:30 +0000)
commitae37c2a543642b0b3a8b5f082fd12d9ec281aad4
treec9083423f50845b4ee901cb562dc1d44554442e6
parentaad75aa1a235ec1ab121ec2a9c745577493ed323
Add several testcases for new optimizations in the code generator.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19244 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/commute-two-addr.ll [new file with mode: 0644]
test/CodeGen/X86/overlap-add.ll [new file with mode: 0644]
test/CodeGen/X86/overlap-shift.ll [new file with mode: 0644]