aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocLinearScan.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-11-30 00:50:53 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-11-30 00:50:53 +0000
commit91de352796a52e5d18b19f0be322677b1cf6b176 (patch)
treef3c2ab1d75167ef1ea9a2abf94e43b6f6c871f17 /lib/CodeGen/RegAllocLinearScan.cpp
parent043b9722f5660e613fd06f2df9b16298384a3f34 (diff)
Go back to allocating memory for each constant separately. Since SPARCs do not
allow unaligned loads, that is probably the problem I've been seeing in numerous SPARC test cases failing. X86, on the other hand, just slows down unaligned accesses, since it must make 2 aligned accesses for each unaligned one. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10266 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocLinearScan.cpp')
0 files changed, 0 insertions, 0 deletions