Author: Arthur Eubanks Date: 2020-12-20T15:41:29-08:00 New Revision: 1a883484afe0f983951567e69476597dba56876c
URL: https://github.com/llvm/llvm-project/commit/1a883484afe0f983951567e69476597dba56876c DIFF: https://github.com/llvm/llvm-project/commit/1a883484afe0f983951567e69476597dba56876c.diff LOG: [test] Fix reg-usage.ll under NPM The -O2 isn't used in the test. Added: Modified: llvm/test/Transforms/LoopVectorize/X86/reg-usage.ll Removed: ################################################################################ diff --git a/llvm/test/Transforms/LoopVectorize/X86/reg-usage.ll b/llvm/test/Transforms/LoopVectorize/X86/reg-usage.ll index cae9360e0613..b9598cf87c50 100644 --- a/llvm/test/Transforms/LoopVectorize/X86/reg-usage.ll +++ b/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 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits