"llvm/lib/Target/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "d77dd78c52723edc243a20fa2627290cc0b49805"
Merge the unused header file for LoopVectorizer into the source file.
This makes the loop vectorizer match the pattern followed by roughly all other passses. =] Notably, this header file was braken in several regards: it contained a using namespace directive, global #define's that aren't globaly appropriate, and global constants defined directly in the header file. As a side benefit, lots of the types in this file become internal, which will cause the optimizer to chew on this pass more effectively. llvm-svn: 171723
Loading
Please register or sign in to comment