20 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=i686-unknown-unknown | FileCheck %s --check-prefix=i6863; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s --check-prefix=x86_644 5define void @test_wbinvd() {6; i686-LABEL: test_wbinvd:7; i686: # %bb.0:8; i686-NEXT: wbinvd9; i686-NEXT: retl10;11; x86_64-LABEL: test_wbinvd:12; x86_64: # %bb.0:13; x86_64-NEXT: wbinvd14; x86_64-NEXT: retq15 call void @llvm.x86.wbinvd()16 ret void17}18 19declare void @llvm.x86.wbinvd()20