]> granicus.if.org Git - clang/commit
Added another optimization pass to make vectorizing possible
authorEmmett Neyman <eneyman@google.com>
Thu, 9 Aug 2018 00:58:23 +0000 (00:58 +0000)
committerEmmett Neyman <eneyman@google.com>
Thu, 9 Aug 2018 00:58:23 +0000 (00:58 +0000)
commit9ddb318f9c45f115b4e59c9a61e721c421953098
tree930c04da8300996fbea63e45a334a79d17a59ec9
parent90891c022097719585cd8ff32838facf9d95e24f
Added another optimization pass to make vectorizing possible

Summary: I noticed that my code wasn't going deep into the loop vectorizer code so added another pass that makes it go further.

Reviewers: morehouse, kcc

Reviewed By: morehouse

Subscribers: cfe-commits, llvm-commits

Differential Revision: https://reviews.llvm.org/D50482

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339305 91177308-0d34-0410-b5e6-96231b3b80d8
tools/clang-fuzzer/handle-llvm/handle_llvm.cpp