[llvm] r323384 - [GlobalISel] Add a requires: asserts to a test.

Amara Emerson via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 24 14:40:25 PST 2018


Author: aemerson
Date: Wed Jan 24 14:40:25 2018
New Revision: 323384

URL: http://llvm.org/viewvc/llvm-project?rev=323384&view=rev
Log:
[GlobalISel] Add a requires: asserts to a test.

Modified:
    llvm/trunk/test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.ll

Modified: llvm/trunk/test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.ll?rev=323384&r1=323383&r2=323384&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.ll Wed Jan 24 14:40:25 2018
@@ -1,4 +1,5 @@
 ; RUN: llc -mtriple=aarch64_be-- %s -o /dev/null -debug-only=isel -O0 2>&1 | FileCheck %s
+; REQUIRES: asserts
 
 ; This test uses big endian in order to force an abort since it's not currently supported for GISel.
 ; The purpose is to check that we don't fall back to FastISel. Checking the pass structure is insufficient




More information about the llvm-commits mailing list