summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Attributor/ArgumentPromotion/X86/attributes.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Attributor] Annotate the memory behavior of call site argumentsJohannes Doerfert2019-12-311-2/+2
| | | | | | | | | 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][Tests] Copy & use the ArgumentPromotion testsJohannes Doerfert2019-12-141-0/+89
OpenPOWER on IntegriCloud