Skip to content

Commit

Permalink
[NFC][X86] New Test Requires Asserts
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lenary committed Aug 10, 2021
1 parent c140ff4 commit b764b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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"

Expand Down

0 comments on commit b764b1e

Please sign in to comment.