Put back the separate pass to decompose multi-dimensional references
authorVikram S. Adve <vadve@cs.uiuc.edu>
Fri, 1 Aug 2003 15:53:24 +0000 (15:53 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Fri, 1 Aug 2003 15:53:24 +0000 (15:53 +0000)
commit248932b08a4f3058459d0ca31d2a82d26f591026
tree7470832c992391bdfe457d7811f7873226d5edeb
parentc7d58024f8bed33e0b3e795e51a62ec30248aff3
Put back the separate pass to decompose multi-dimensional references
since it is *necessary* for correct code generation.  Only optional
transformations belong in the PreOpts pass (which needs to be renamed
from PreSelection to PreOpts).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7474 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9TargetMachine.cpp