Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit f128612

Browse files
committed
Merging r323384:
------------------------------------------------------------------------ r323384 | aemerson | 2018-01-24 23:40:25 +0100 (Wed, 24 Jan 2018) | 1 line [GlobalISel] Add a requires: asserts to a test. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@323523 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 57ea45a commit f128612

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.ll

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
; RUN: llc -mtriple=aarch64_be-- %s -o /dev/null -debug-only=isel -O0 2>&1 | FileCheck %s
2+
; REQUIRES: asserts
23

34
; This test uses big endian in order to force an abort since it's not currently supported for GISel.
45
; The purpose is to check that we don't fall back to FastISel. Checking the pass structure is insufficient

0 commit comments

Comments
 (0)