[PATCH] D44737: [LV] Remove unnecessary -O2 from the X86/reg-usage.ll test. NFC.

Andrei Elovikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 21 07:30:09 PDT 2018


a.elovikov created this revision.
a.elovikov added a reviewer: wmi.

https://reviews.llvm.org/D44737

Files:
  llvm/test/Transforms/LoopVectorize/X86/reg-usage.ll


Index: llvm/test/Transforms/LoopVectorize/X86/reg-usage.ll
===================================================================
--- llvm/test/Transforms/LoopVectorize/X86/reg-usage.ll
+++ llvm/test/Transforms/LoopVectorize/X86/reg-usage.ll
@@ -1,5 +1,5 @@
-; RUN: opt < %s -debug-only=loop-vectorize -loop-vectorize -vectorizer-maximize-bandwidth -O2 -mtriple=x86_64-unknown-linux -S 2>&1 | FileCheck %s
-; RUN: opt < %s -debug-only=loop-vectorize -loop-vectorize -vectorizer-maximize-bandwidth -O2 -mtriple=x86_64-unknown-linux -mattr=+avx512f -S 2>&1 | FileCheck %s --check-prefix=AVX512F
+; RUN: opt < %s -debug-only=loop-vectorize -loop-vectorize -vectorizer-maximize-bandwidth -mtriple=x86_64-unknown-linux -S 2>&1 | FileCheck %s
+; RUN: opt < %s -debug-only=loop-vectorize -loop-vectorize -vectorizer-maximize-bandwidth -mtriple=x86_64-unknown-linux -mattr=+avx512f -S 2>&1 | FileCheck %s --check-prefix=AVX512F
 ; REQUIRES: asserts
 
 @a = global [1024 x i8] zeroinitializer, align 16


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44737.139294.patch
Type: text/x-patch
Size: 991 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180321/ff70e717/attachment.bin>


More information about the llvm-commits mailing list