Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copy utilities updated and added for MI flags | Michael Berg | 2018-09-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Summary: This patch adds a GlobalIsel copy utility into MI for flags and updates the instruction emitter for the SDAG path. Some tests show new behavior and I added one for GlobalIsel which mirrors an SDAG test for handling nsw/nuw. Reviewers: spatel, wristow, arsenm Reviewed By: arsenm Subscribers: wdng Differential Revision: https://reviews.llvm.org/D52006 llvm-svn: 342576 | ||||
* | [Hexagon] Simplify CFG after atomic expansion | Krzysztof Parzyszek | 2018-08-02 | 1 | -1/+1 |
| | | | | | | | | | | This will remove suboptimal branching from the generated ll/sc loops. The extra simplification pass affects a lot of testcases, which have been modified to accommodate this change: either by modifying the test to become immune to the CFG simplification, or (less preferablt) by adding option -hexagon-initial-cfg-clenaup=0. llvm-svn: 338774 | ||||
* | [Hexagon] Add REQUIRES: asserts to testcases that use -debug-only | Krzysztof Parzyszek | 2018-03-12 | 1 | -0/+1 |
| | | | | llvm-svn: 327279 | ||||
* | [Hexagon] Add more lit tests | Krzysztof Parzyszek | 2018-03-12 | 1 | -0/+66 |
llvm-svn: 327271 |