]> granicus.if.org Git - clang/commit
[NewPassManager] Add tuning option: SLPVectorization [clang-change]
authorAlina Sbirlea <asbirlea@google.com>
Thu, 23 May 2019 18:51:02 +0000 (18:51 +0000)
committerAlina Sbirlea <asbirlea@google.com>
Thu, 23 May 2019 18:51:02 +0000 (18:51 +0000)
commite8290cf58c24c74e2793fac13e0b3dee2d1ada7c
treec556afef89350b36c5046930151d944be07414bd
parentb16a80b4cf0c2661020e5a59a75960c5b99d2087
[NewPassManager] Add tuning option: SLPVectorization [clang-change]

Summary:
NewPassManager is not using CodeGenOpts values before this patch.
[to be coupled with D61616]

Reviewers: chandlerc

Subscribers: jlebar, cfe-commits, llvm-commits

Tags: #clang

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361534 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BackendUtil.cpp
test/CodeGen/loop-vectorize.c [new file with mode: 0644]