summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorAdam Nemet <anemet@apple.com>2016-02-03 00:06:10 +0000
committerAdam Nemet <anemet@apple.com>2016-02-03 00:06:10 +0000
commitd52ed84160f3c07a04bdc48eef81ba6a0ffc3f8c (patch)
treeab3920d3262041b094bd259d59d4fdea36b4e196 /lldb/packages/Python/lldbsuite/test
parent59b982e1be3af0a1c6dc1564a9df8123404359cc (diff)
downloadbcm5719-llvm-d52ed84160f3c07a04bdc48eef81ba6a0ffc3f8c.tar.gz
bcm5719-llvm-d52ed84160f3c07a04bdc48eef81ba6a0ffc3f8c.zip
[LoopVersioning] Expose loop versioning as a pass too
Summary: LoopVersioning is a transform utility that transform passes can use to run-time disambiguate may-aliasing accesses. I'd like to also expose as pass to allow it to be unit-tested. I am planning to add support for non-aliasing annotation in LoopVersioning and I'd like to be able to write tests directly using this pass. (After that feature is done, the pass could also be used to look for optimization opportunities that are hidden behind incomplete alias information at compile time.) The pass drives LoopVersioning in its default way which is to fully disambiguate may-aliasing accesses no matter how many checks are required. Reviewers: hfinkel, ashutosh.nema, sbaranga Subscribers: zzheng, mssimpso, llvm-commits, sanjoy Differential Revision: http://reviews.llvm.org/D16612 llvm-svn: 259610
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud