forked from OSchip/llvm-project
Add test update for a11d9a1f48
which disables fallbacks.
This commit is contained in:
parent
a11d9a1f48
commit
fac6c5cf9b
|
@ -1,5 +1,5 @@
|
|||
; RUN: llc < %s -mtriple=arm64-linux-gnu | FileCheck %s
|
||||
; RUN: llc < %s -global-isel -global-isel-abort=2 -pass-remarks-missed=gisel* -mtriple=arm64-linux-gnu 2>&1 | FileCheck %s --check-prefixes=GISEL,FALLBACK
|
||||
; RUN: llc < %s -global-isel -global-isel-abort=1 -pass-remarks-missed=gisel* -mtriple=arm64-linux-gnu 2>&1 | FileCheck %s --check-prefixes=GISEL,FALLBACK
|
||||
|
||||
%0 = type { i64, i64 }
|
||||
|
||||
|
|
Loading…
Reference in New Issue