add support for folding immediates into stores when they
authorChris Lattner <sabre@nondot.org>
Wed, 15 Oct 2008 05:38:32 +0000 (05:38 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Oct 2008 05:38:32 +0000 (05:38 +0000)
commit241ab47ac13e243e16b6725a04ba73b9b19a478e
treea6aed4b83a4b8f12faa31385c64bee9467417612
parent438949aa9d95877a7815ae1a0139c63f0f6d533d
add support for folding immediates into stores when they
are due to argument passing in calls.  This is significant because
it hits all immediate arguments to calls on x86-32.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57556 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp