[LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)
[llvm-project.git] / llvm / test / CodeGen / X86 / barrier-sse.ll
blob80c0cc82e93e0408a694390a739c59757da39799
1 ; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=+sse2 | FileCheck %s
3 define void @test() {
4   fence acquire
5   ; CHECK: #MEMBARRIER
7   fence release
8   ; CHECK: #MEMBARRIER
10   fence acq_rel
11   ; CHECK: #MEMBARRIER
13   ret void