[llvm] [PowerPC] Inline callee if its target-features are a subset of the caller (PR #67710)
Chen Zheng via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 7 22:42:30 PDT 2023
================
@@ -0,0 +1,37 @@
+; RUN: opt < %s -mtriple=powerpc64le-unknown-linux-gnu -S -passes=inline | FileCheck %s
----------------
chenzheng1030 wrote:
nit: since the change is not PPC Linux specific, maybe we can add RUN lines for AIX as well?
https://github.com/llvm/llvm-project/pull/67710
More information about the llvm-commits
mailing list