Author: Philip Reames Date: 2020-12-15T11:07:30-08:00 New Revision: a048e2fa1d0285a3582bd224d5652dbf1dc91cb4
URL: https://github.com/llvm/llvm-project/commit/a048e2fa1d0285a3582bd224d5652dbf1dc91cb4 DIFF: https://github.com/llvm/llvm-project/commit/a048e2fa1d0285a3582bd224d5652dbf1dc91cb4.diff LOG: [tests] fix an accidental target dependence added in 99ac8868 Added: Modified: llvm/test/Transforms/LoopVectorize/loop-form.ll Removed: ################################################################################ diff --git a/llvm/test/Transforms/LoopVectorize/loop-form.ll b/llvm/test/Transforms/LoopVectorize/loop-form.ll index cebe7844bb11..298143ba726c 100644 --- a/llvm/test/Transforms/LoopVectorize/loop-form.ll +++ b/llvm/test/Transforms/LoopVectorize/loop-form.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py -; RUN: opt -S -loop-vectorize < %s | FileCheck %s +; RUN: opt -S -loop-vectorize -force-vector-width=2 < %s | FileCheck %s target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" define void @bottom_tested(i16* %p, i32 %n) { _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits