Add test update for a11d9a1f48 which disables fallbacks.

This commit is contained in:
Amara Emerson 2021-07-27 12:16:06 -07:00
parent a11d9a1f48
commit fac6c5cf9b
1 changed files with 1 additions and 1 deletions

View File

@ -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 }