mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Convert test to FileCheck.
llvm-svn: 199355
This commit is contained in:
parent
1f970ccb7a
commit
1beef6f079
@ -1,11 +1,14 @@
|
||||
; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep sfence
|
||||
; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep lfence
|
||||
; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep mfence
|
||||
; RUN: llc < %s -march=x86 -mattr=+sse2 | grep MEMBARRIER
|
||||
; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=+sse2 | FileCheck %s
|
||||
|
||||
define void @test() {
|
||||
fence acquire
|
||||
; CHECK: #MEMBARRIER
|
||||
|
||||
fence release
|
||||
; CHECK: #MEMBARRIER
|
||||
|
||||
fence acq_rel
|
||||
; CHECK: #MEMBARRIER
|
||||
|
||||
ret void
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user