1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s \
3 ; RUN: -verify-machineinstrs -ppc-asm-full-reg-names \
4 ; RUN: -ppc-vsr-nums-as-vr | FileCheck %s
6 define void @isync_test() {
7 ; CHECK-LABEL: isync_test:
8 ; CHECK: # %bb.0: # %entry
13 tail call void @llvm.ppc.isync()
17 declare void @llvm.ppc.isync()