Use the most complex form of addressing modes on x86
authorSimon Marlow <simonmar@microsoft.com>
Thu, 1 Mar 2007 11:26:25 +0000 (11:26 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 1 Mar 2007 11:26:25 +0000 (11:26 +0000)
commit0180405d6407ed9adf66a1d0f6d0c69d5e77056f
tree518d32bd2c5354745c8225ed328c1edce4758418
parentafe70e601965aec90b6bc86571ff54a4093f739f
Use the most complex form of addressing modes on x86
We had a pattern that matched (base+(index<<N)), but not
(base+(index<<N)+M).
compiler/nativeGen/MachCodeGen.hs