OSDN Git Service

Fix the last of the major PPC GEP folding deficiencies. This will allow
authorNate Begeman <natebegeman@mac.com>
Thu, 23 Sep 2004 05:31:33 +0000 (05:31 +0000)
committerNate Begeman <natebegeman@mac.com>
Thu, 23 Sep 2004 05:31:33 +0000 (05:31 +0000)
commit645495d2e6a36644d9d5e4bd08a7665e6fc195e8
tree1e0b55386764d81292acb836a98ca079321c1a50
parentab5948f2427a1b7f3f92e338fb70f682d81c0fb6
Fix the last of the major PPC GEP folding deficiencies.  This will allow
the ISel to use indexed and non-zero immediate offsets for GEPs that have
more than one use.  This is common for instruction sequences such as a load
followed by a modify and store to the same address.

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