summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/diag-missing-instr-debug-loc.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] When reporting about a specific instruction without debug location use ↵Adam Nemet2016-09-211-0/+78
loop's This can occur for example if some optimization drops the debug location. llvm-svn: 282048
OpenPOWER on IntegriCloud