Skip to content

Commit 86a2ff1

Browse files
author
Zaara Syeda
committed
Address review comments
1 parent cfe1347 commit 86a2ff1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/test/CodeGen/PowerPC/uaddo-32.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

45
define noundef i32 @add(i32 noundef %a, i32 noundef %b, ptr nocapture noundef writeonly %ovf) {
56
; CHECK-LABEL: add:

llvm/test/CodeGen/PowerPC/uaddo-64.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

45
define noundef i64 @add(i64 noundef %a, i64 noundef %b, ptr nocapture noundef writeonly %ovf) {
56
; CHECK-LABEL: add:

0 commit comments

Comments
 (0)