fold immediates into stores in simple cases, this produces diffs like
authorChris Lattner <sabre@nondot.org>
Wed, 15 Oct 2008 05:30:52 +0000 (05:30 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Oct 2008 05:30:52 +0000 (05:30 +0000)
commit438949aa9d95877a7815ae1a0139c63f0f6d533d
tree78d62bdd94f3513c5317cb3934ff36710ea504eb
parentd53886bb488fbef11b8083d7e99bcf53a51861a0
fold immediates into stores in simple cases, this produces diffs like
this:

- movl $0, %eax
- movl %eax, _yy_n_chars
+ movl $0, _yy_n_chars

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