summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/unsafe-dep-remark.ll
Commit message (Collapse)AuthorAgeFilesLines
* [LV] Remove triples from target-independent vectorizer tests. NFC.Michael Kuperstein2016-10-061-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 remarkAdam Nemet2016-05-091-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
OpenPOWER on IntegriCloud