You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
@ -1,19 +0,0 @@
|
||||
; RUN: llc -verify-machineinstrs -mtriple=x86_64-unknown-unknown -mattr=+avx < %s | FileCheck %s
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Checks that interrupt handler code does not call "vzeroupper" instruction
|
||||
;; before iret.
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
; CHECK: vzeroupper
|
||||
; CHECK-NEXT: call
|
||||
; CHECK-NOT: vzeroupper
|
||||
; CHECK: iret
|
||||
|
||||
define x86_intrcc void @foo(i8* %frame) {
|
||||
call void @bar()
|
||||
ret void
|
||||
}
|
||||
|
||||
declare void @bar()
|
||||
|
Reference in New Issue
Block a user