1 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s \
2 ; RUN: -verify-machineinstrs -ppc-asm-full-reg-names \
3 ; RUN: -ppc-vsr-nums-as-vr | FileCheck %s
5 ; Function Attrs: nounwind
6 define void @dcbf_test(i8* %a) {
8 tail call void @llvm.ppc.dcbf(i8* %a)
9 ; CHECK-LABEL: @dcbf_test
15 declare void @llvm.ppc.dcbf(i8*)