summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/hexagon-vectorize.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert r345170 [along with its llvm counterpart r345169] as it makes Halide ↵Alina Sbirlea2018-10-271-3/+3
| | | | | | builds timeout. llvm-svn: 345446
* [Hexagon] Flip hexagon-autohvx to be true by defaultKrzysztof Parzyszek2018-10-241-3/+3
| | | | | | | | | | | This will allow other generators of LLVM IR to use the auto-vectorizer without having to change that flag. Note: on its own, this patch will disable auto-vectorization on Hexagon in all cases, regardless of the -fvectorize flag. There is a companion LLVM patch that together with this one forms an NFC for clang users. llvm-svn: 345170
* [Hexagon] Emit a warning when -fvectorize is given without -mhvxKrzysztof Parzyszek2018-04-161-0/+2
| | | | llvm-svn: 330150
* [Hexagon] Enable auto-vectorization only when -fvectorize was givenKrzysztof Parzyszek2018-04-121-0/+7
llvm-svn: 329923
OpenPOWER on IntegriCloud