brintos

brintos / llvm-project-archived public Read only

0
0
Text · 378 B · 46e0687 Raw
13 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc -mtriple=riscv64 -mattr=+zihintpause -verify-machineinstrs < %s \3; RUN:   | FileCheck %s -check-prefix=RVPAUSE4 5define void @test_pause() {6; RVPAUSE-LABEL: test_pause:7; RVPAUSE:       # %bb.0:8; RVPAUSE-NEXT:    pause9; RVPAUSE-NEXT:    ret10  call void @llvm.riscv.pause()11  ret void12}13