Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ARM][NFC] Move smlad tests | Sam Parker | 2019-03-12 | 1 | -0/+50 |
| | | | | | | Created a test/CodeGen/ARM/ParallelDSP folder. llvm-svn: 355907 | ||||
* | Revert r344693 ("[ARM] bottom-top mul support in ARMParallelDSP") | Eli Friedman | 2018-10-18 | 1 | -50/+0 |
| | | | | | | | Still causing failures on the polly-aosp buildbot; I'll follow up with a reduced testcase. llvm-svn: 344752 | ||||
* | [ARM] bottom-top mul support in ARMParallelDSP | Sam Parker | 2018-10-17 | 1 | -0/+50 |
Previously reverted in rL343082. Original commit message: On failing to find sequences that can be converted into dual macs, try to find sequential 16-bit loads that are used by muls which we can then use smultb, smulbt, smultt with a wide load. Differential Revision: https://reviews.llvm.org/D51983 llvm-svn: 344693 |