summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py
diff options
context:
space:
mode:
authorPiotr Padlewski <piotr.padlewski@gmail.com>2017-04-24 19:37:17 +0000
committerPiotr Padlewski <piotr.padlewski@gmail.com>2017-04-24 19:37:17 +0000
commit610c966a4e90775860e9c3eb91efbd6b1e0dd28b (patch)
treec84ced328dd0f77856db909a5fb3f13a69e9828f /lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py
parent9e536081fe7d66304913d8118a1123340f2b74e3 (diff)
downloadbcm5719-llvm-610c966a4e90775860e9c3eb91efbd6b1e0dd28b.tar.gz
bcm5719-llvm-610c966a4e90775860e9c3eb91efbd6b1e0dd28b.zip
Handle invariant.group.barrier in BasicAA
Summary: llvm.invariant.group.barrier returns pointer that mustalias pointer it takes. It can't be marked with `returned` attribute, because it would be remove easily. The other reason is that only Alias Analysis can know about this, because if any other pass would know it, then the result would be replaced with it's argument, which would be invalid. We can think about returned pointer as something that mustalias, but it doesn't have to be bitwise the same as the argument. Reviewers: dberlin, chandlerc, hfinkel, sanjoy Subscribers: reames, nlewycky, rsmith, anna, amharc Differential Revision: https://reviews.llvm.org/D31585 llvm-svn: 301227
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud