brintos

brintos / llvm-project-archived public Read only

0
0
Text · 284 B · e38f28b Raw
10 lines · plain
1; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux-gnu | \2; RUN:   grep "addc 4, 4, 6"3; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux-gnu | \4; RUN:   grep "adde 3, 3, 5"5 6define i64 @foo(i64 %x, i64 %y) {7  %z = add i64 %x, %y8  ret i64 %z9}10