Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Attributor] Annotate the memory behavior of call site arguments | Johannes Doerfert | 2019-12-31 | 1 | -1/+1 |
| | | | | | | | | | Especially for callbacks, annotating the call site arguments is important. Doing so exposed a too strong dependence of AAMemoryBehavior on AANoCapture since we handle the case of potentially captured pointers explicitly. The changes to the tests are all mechanical. | ||||
* | [Attributor] Use `changeUseAfterManifest` in AAValueSimplify manifest | Hideto Ueno | 2019-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Summary: This patch makes `AAValueSimplify` use `changeUsesAfterManifest` in `manifest`. This will invoke simple folding after the manifest. Reviewers: jdoerfert, sstefan1 Reviewed By: jdoerfert Subscribers: hiraditya, arphaman, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D71972 | ||||
* | [Attributor][Tests] Copy & use the ArgumentPromotion tests | Johannes Doerfert | 2019-12-14 | 1 | -0/+43 |