Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use ↵ | Eugene Zelenko | 2017-06-26 | 1 | -12/+15 |
| | | | | | | warnings; other minor fixes (NFC). llvm-svn: 306341 | ||||
* | Recommit rL305677: [CodeGen] Add generic MacroFusion pass | Florian Hahn | 2017-06-19 | 1 | -0/+150 |
| | | | | | | | | | | | | | Use llvm::make_unique to avoid ambiguity with MSVC. This patch adds a generic MacroFusion pass, that is used on X86 and AArch64, which both define target-specific shouldScheduleAdjacent functions. This generic pass should make it easier for other targets to implement macro fusion and I intend to add macro fusion for ARM shortly. Differential Revision: https://reviews.llvm.org/D34144 llvm-svn: 305690 | ||||
* | Revert r305677 [CodeGen] Add generic MacroFusion pass. | Florian Hahn | 2017-06-19 | 1 | -150/+0 |
| | | | | | | This causes Windows buildbot failures do an ambiguous call. llvm-svn: 305681 | ||||
* | [CodeGen] Add generic MacroFusion pass. | Florian Hahn | 2017-06-19 | 1 | -0/+150 |
Summary: This patch adds a generic MacroFusion pass, that is used on X86 and AArch64, which both define target-specific shouldScheduleAdjacent functions. This generic pass should make it easier for other targets to implement macro fusion and I intend to add macro fusion for ARM shortly. Reviewers: craig.topper, evandro, t.p.northover, atrick, MatzeB Reviewed By: MatzeB Subscribers: atrick, aemerson, mgorny, javed.absar, kristof.beyls, llvm-commits Differential Revision: https://reviews.llvm.org/D34144 llvm-svn: 305677 |