You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.246
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
This commit is contained in:
parent
a7724cd563
commit
279aa8f685
14
external/llvm/test/CodeGen/X86/fast-isel-bail.ll
vendored
Normal file
14
external/llvm/test/CodeGen/X86/fast-isel-bail.ll
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
; RUN: llc < %s -mtriple=i686-- -O0
|
||||
|
||||
; This file is for regression tests for cases where FastISel needs
|
||||
; to gracefully bail out and let SelectionDAGISel take over.
|
||||
|
||||
%0 = type { i64, i8* } ; type %0
|
||||
|
||||
declare void @bar(%0)
|
||||
|
||||
define fastcc void @foo() nounwind {
|
||||
entry:
|
||||
call void @bar(%0 zeroinitializer)
|
||||
unreachable
|
||||
}
|
Reference in New Issue
Block a user