summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Attributor/ArgumentPromotion/crash.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Attributor][FIX] Carefully change invokes to calls (after manifest)Johannes Doerfert2020-01-081-8/+0
| | | | | | Before we manually inserted unreachable early but that could lead to broken PHI nodes. Now we use the existing late modification functionality.
* [Attributor][Tests] Copy & use the ArgumentPromotion testsJohannes Doerfert2019-12-141-0/+102
OpenPOWER on IntegriCloud