[PATCH] D72386: [ThinLTO] pass UnrollLoops/VectorizeLoop/VectorizeSLP in CGOpts down to pass builder in ltobackend
Wei Mi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 7 23:11:31 PST 2020
wmi updated this revision to Diff 236766.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72386/new/
https://reviews.llvm.org/D72386
Files:
clang/test/CodeGen/thinlto-debug-pm.c
Index: clang/test/CodeGen/thinlto-debug-pm.c
===================================================================
--- clang/test/CodeGen/thinlto-debug-pm.c
+++ clang/test/CodeGen/thinlto-debug-pm.c
@@ -15,8 +15,7 @@
// Test to ensure the SLP flag is passed down to the ThinLTO backend.
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-obj -O2 -vectorize-slp
-// -mllvm -vectorize-slp=false -mllvm -vectorize-loops=false -o %t2.o -x ir %t.o
-// -fthinlto-index=%t.thinlto.bc -fdebug-pass-manager
+// -o %t2.o -x ir %t.o -fthinlto-index=%t.thinlto.bc -fdebug-pass-manager
// -fexperimental-new-pass-manager 2>&1 | FileCheck %s --check-prefix=O2-SLP
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-obj -O0 -vectorize-slp
// -o %t2.o -x ir %t.o -fthinlto-index=%t.thinlto.bc -fdebug-pass-manager
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72386.236766.patch
Type: text/x-patch
Size: 817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200108/f8bacc7e/attachment.bin>
More information about the llvm-commits
mailing list