[llvm] f8f3558 - Add PowerPC AIX triple to indirect call VP testcase.
Wael Yehia via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 12 19:17:16 PDT 2021
Author: Wael Yehia
Date: 2021-08-13T02:16:54Z
New Revision: f8f355872e0bd6a5492974939f00d4320ab9b1dc
URL: https://github.com/llvm/llvm-project/commit/f8f355872e0bd6a5492974939f00d4320ab9b1dc
DIFF: https://github.com/llvm/llvm-project/commit/f8f355872e0bd6a5492974939f00d4320ab9b1dc.diff
LOG: Add PowerPC AIX triple to indirect call VP testcase.
Added:
Modified:
llvm/test/Instrumentation/InstrProfiling/icall.ll
Removed:
################################################################################
diff --git a/llvm/test/Instrumentation/InstrProfiling/icall.ll b/llvm/test/Instrumentation/InstrProfiling/icall.ll
index 1e3754efcc722..cd733455b8de7 100644
--- a/llvm/test/Instrumentation/InstrProfiling/icall.ll
+++ b/llvm/test/Instrumentation/InstrProfiling/icall.ll
@@ -11,6 +11,9 @@
; RUN: opt < %s -mtriple=mips64-unknown-linux -instrprof -vp-static-alloc=true -S | FileCheck %s --check-prefix=STATIC-SEXT
; RUN: opt < %s -mtriple=x86_64-apple-macosx10.10.0 -vp-static-alloc=false -instrprof -S | FileCheck %s --check-prefix=DYN
; RUN: opt < %s -mtriple=x86_64-unknown-linux -instrprof -vp-static-alloc=false -S | FileCheck %s --check-prefix=DYN
+; RUN: opt < %s -mtriple=powerpc-ibm-aix-xcoff -instrprof -vp-static-alloc=false -S | FileCheck %s --check-prefix=DYN
+; RUN: opt < %s -mtriple=powerpc64-ibm-aix-xcoff -instrprof -vp-static-alloc=false -S | FileCheck %s --check-prefix=DYN
+
@__profn_foo = private constant [3 x i8] c"foo"
More information about the llvm-commits
mailing list