brintos

brintos / llvm-project-archived public Read only

0
0
Text · 490 B · b8eb7a3 Raw
17 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 42; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-- < %s | FileCheck %s3; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-- -ppc-opt-conditional-trap \4; RUN:   < %s | FileCheck %s5 6define i32 @test() {7; CHECK-LABEL: test:8; CHECK:       # %bb.0:9; CHECK-NEXT:    li 3, 010; CHECK-NEXT:    trap11; CHECK-NEXT:    blr12  call void @llvm.trap()13  ret i32 014}15 16declare void @llvm.trap()17