Support indexed loads and stores. This drops Shootout/matrix time from
authorNate Begeman <natebegeman@mac.com>
Fri, 1 Apr 2005 04:45:11 +0000 (04:45 +0000)
committerNate Begeman <natebegeman@mac.com>
Fri, 1 Apr 2005 04:45:11 +0000 (04:45 +0000)
commit04730361b52a9639ac7578d110feb9237b0c8ae0
tree259713f1751b6d1d183e4b973ae2eab9bac894f6
parent6b55997df5c334d3b8e18af72fd89c7f9efbe9a7
Support indexed loads and stores.  This drops Shootout/matrix time from
18.8 to 14.8 seconds.  The Pattern ISel is now often faster than the
Simple ISel, esp. on memory intensive code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20973 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelPattern.cpp