[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: can we use `utils/update_test_checks.py` to automatically generate the check lines? Seems the case is quite simple.
https://github.com/llvm/llvm-project/pull/67710
More information about the llvm-commits
mailing list