summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2014-08-16 00:17:02 +0000
committerHal Finkel <hfinkel@anl.gov>2014-08-16 00:17:02 +0000
commit0815a05fd77d2ee71eb552c91e7351242d1b6aa8 (patch)
tree6ecf600a0c163d5d2835e70e810c9db9be1df57c /lldb/source/Core/Module.cpp
parentdda588cdc1f29afaf286d86a2e8a7f6457768cb6 (diff)
downloadbcm5719-llvm-0815a05fd77d2ee71eb552c91e7351242d1b6aa8.tar.gz
bcm5719-llvm-0815a05fd77d2ee71eb552c91e7351242d1b6aa8.zip
Make isAliased property for fixed-offset stack objects adjustable
We used to assume that any fixed-offset stack object was not aliased. This meant that no IR value could point to the memory contained in such an object. This is a reasonable default, but is not a universally-correct target-independent fact. For example, on PowerPC (both Darwin and non-Darwin), some byval arguments are allocated at fixed offsets by the ABI. These, however, certainly can be pointed to by IR values. This change moves the 'isAliased' logic out of FixedStackPseudoSourceValue and into MFI, and allows the isAliased property to be overridden for fixed-offset objects. This will be used by an upcoming commit to the PowerPC backend to fix PR20280. No functionality change intended (the behavior of FixedStackPseudoSourceValue::isAliased has been made more conservative for callers that don't pass an MFI object, but I don't see any in-tree callers that do that). llvm-svn: 215794
Diffstat (limited to 'lldb/source/Core/Module.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud