[PATCH] D78609: [llvm] [X86] Add "REQUIRES asserts" to test

Aart Bik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 21 21:05:09 PDT 2020


aartbik created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
aartbik added reviewers: craig.topper, mehdi_amini, nicolasvasilache.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78609

Files:
  llvm/test/CodeGen/X86/pr45563.ll


Index: llvm/test/CodeGen/X86/pr45563.ll
===================================================================
--- llvm/test/CodeGen/X86/pr45563.ll
+++ llvm/test/CodeGen/X86/pr45563.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: llc < %s -debug-only=isel -O3 -mattr=avx  2>&1 | FileCheck %s
 
 ; Bug 45563:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78609.259157.patch
Type: text/x-patch
Size: 305 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200422/c9f83af7/attachment.bin>


More information about the llvm-commits mailing list