brintos

brintos / llvm-project-archived public Read only

0
0
Text · 399 B · f756021 Raw
14 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 52; RUN: llc < %s -mtriple=powerpc | FileCheck %s3 4define void @foo() {5; CHECK-LABEL: foo:6; CHECK:       # %bb.0: # %Entry7; CHECK-NEXT:    lis 3, -85308; CHECK-NEXT:    lbz 3, -16657(3)9; CHECK-NEXT:    blr10Entry:11  %0 = load volatile i8, ptr inttoptr (i32 -559038737 to ptr), align 112  ret void13}14