| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 4 | -0/+60 |
| | | | | | | | | | The reversion apparently deleted the test/Transforms directory. Will be re-reverting again. llvm-svn: 358552 | ||||
| * | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 4 | -60/+0 |
| | | | | | | | | | As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546 | ||||
| * | [PartiallyInlineLibCalls][x86] add TTI hook to allow sqrt inlining to depend ↵ | Sanjay Patel | 2017-11-27 | 1 | -11/+13 |
| | | | | | | | | | | | | on arg rather than result This should fix PR31455: https://bugs.llvm.org/show_bug.cgi?id=31455 Differential Revision: https://reviews.llvm.org/D28314 llvm-svn: 319094 | ||||
| * | [PartialInlineLibCalls] Teach PartialInlineLibCalls to honor nobuiltin, ↵ | Craig Topper | 2017-10-28 | 2 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | properly check the function signature, and check TLI::has Summary: We shouldn't do this transformation if the function is marked nobuitlin. We were only checking that the return type is floating point, we really should be checking the argument types and argument count as well. This can be accomplished by using the other version of getLibFunc that takes the Function and not just the name. We should also be checking TLI::has since sqrtf is a macro on Windows. Fixes PR32559. Reviewers: hfinkel, spatel, davide, efriedma Reviewed By: davide, efriedma Subscribers: efriedma, llvm-commits, eraman Differential Revision: https://reviews.llvm.org/D39381 llvm-svn: 316819 | ||||
| * | Add positive test for sqrt "partial inlining". NFC. | Michael Kuperstein | 2017-01-04 | 2 | -0/+23 |
| | | | | | llvm-svn: 291009 | ||||
| * | Remove accidentally target-dependent test and pacify bots. | Michael Kuperstein | 2017-01-04 | 1 | -23/+0 |
| | | | | | llvm-svn: 291004 | ||||
| * | Add positive test for sqrt "partial inlining". NFC. | Michael Kuperstein | 2017-01-04 | 1 | -0/+23 |
| | | | | | llvm-svn: 291001 | ||||
| * | [PM] Port PartiallyInlineLibCalls to the new pass manager. | Davide Italiano | 2016-05-25 | 1 | -0/+1 |
| | | | | | llvm-svn: 270798 | ||||
| * | PartiallyInlineLibCalls: Check sqrt result type before transforming it. | Peter Collingbourne | 2014-08-01 | 1 | -0/+13 |
| Some configure scripts declare this with the wrong prototype, which can lead to an assertion failure. llvm-svn: 214593 | |||||

