aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-02-22 18:06:32 +0000
committerDan Gohman <gohman@apple.com>2009-02-22 18:06:32 +0000
commitbc989d462d0b95e275a17d62251c759d0342dbaa (patch)
tree152282624941babaaff244e52d9caa4f30f1aede /lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
parenta04af4380d6814cb908d80ff8f52badc926a8bdc (diff)
Revert the part of 64623 that attempted to align the source in a
memcpy to match the alignment of the destination. It isn't necessary for making loads and stores handled like the SSE loadu/storeu intrinsics, and it was causing a performance regression in MultiSource/Applications/JM/lencod. The problem appears to have been a memcpy that copies from some highly aligned array into an alloca; the alloca was then being assigned a large alignment, which required codegen to perform dynamic stack-pointer re-alignment, which forced the enclosing function to have a frame pointer, which led to increased spilling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65289 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp')
0 files changed, 0 insertions, 0 deletions