File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
llvm/test/CodeGen/PowerPC Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 11; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
22; RUN: llc < %s -mtriple=powerpc-unknown-linux-gnu | FileCheck %s
3+ ; RUN: llc < %s -mtriple=powerpc-ibm-aix-xcoff | FileCheck %s
34
45define noundef i32 @add (i32 noundef %a , i32 noundef %b , ptr nocapture noundef writeonly %ovf ) {
56; CHECK-LABEL: add:
Original file line number Diff line number Diff line change 11; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
22; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu | FileCheck %s
3+ ; RUN: llc < %s -mtriple=powerpc64-ibm-aix-xcoff | FileCheck %s
34
45define noundef i64 @add (i64 noundef %a , i64 noundef %b , ptr nocapture noundef writeonly %ovf ) {
56; CHECK-LABEL: add:
You can’t perform that action at this time.
0 commit comments