Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [LV] Remove triples from target-independent vectorizer tests. NFC. | Michael Kuperstein | 2016-10-06 | 1 | -1/+0 |
| | | | | | | | | | Vectorizer tests in the target-independent directory should not have a target triple. If a test really needs to query a specific backend, it belongs in the right target subdirectory (which "REQUIRES" the right backend). Otherwise, it should not specify a triple. llvm-svn: 283512 | ||||
* | [LV] Hint at the new loop distribution pragma in optimization remark | Adam Nemet | 2016-05-09 | 1 | -0/+74 |
When we encounter unsafe memory dependencies, loop distribution could help. Even though, the diagnostics is in LAA, it's only currently emitted in the vectorizer. llvm-svn: 268987 |