[llvm] b764b1e - [NFC][X86] New Test Requires Asserts
Archibald Elliott via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 10 02:22:39 PDT 2021
Author: Archibald Elliott
Date: 2021-08-10T10:22:04+01:00
New Revision: b764b1ef2f99ecbe2eb0ccf6f406f20bbed89ddd
URL: https://github.com/llvm/llvm-project/commit/b764b1ef2f99ecbe2eb0ccf6f406f20bbed89ddd
DIFF: https://github.com/llvm/llvm-project/commit/b764b1ef2f99ecbe2eb0ccf6f406f20bbed89ddd.diff
LOG: [NFC][X86] New Test Requires Asserts
D105263 introduced this new test. It fails when asserts are disabled,
due to using a debug option on opt.
Reviewed By: pengfei
Differential Revision: https://reviews.llvm.org/D107805
Added:
Modified:
llvm/test/Analysis/CostModel/X86/interleaved-load-half.ll
Removed:
################################################################################
diff --git a/llvm/test/Analysis/CostModel/X86/interleaved-load-half.ll b/llvm/test/Analysis/CostModel/X86/interleaved-load-half.ll
index adeca6eea2f0c..c5f6b1b9c8c09 100644
--- a/llvm/test/Analysis/CostModel/X86/interleaved-load-half.ll
+++ b/llvm/test/Analysis/CostModel/X86/interleaved-load-half.ll
@@ -1,4 +1,5 @@
; RUN: opt -S -loop-vectorize -debug-only=loop-vectorize -mattr=avx512fp16 %s 2>&1 | FileCheck %s
+; REQUIRES: asserts
target datalayout = "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128"
target triple = "i386-unknown-linux-gnu"
More information about the llvm-commits
mailing list