[lld] [llvm] [LLVM] Refactor Autoupgrade function attributes from Module attributes. (PR #84494)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 21 23:01:26 PDT 2024
================
@@ -0,0 +1,51 @@
+; REQUIRES: aarch64
+;; Test verifies inlining happens cross module when module flags are upgraded
+;; by the thin-lto linker/IRMover.
+;; Regression test for #82763
+
+; RUN: split-file %s %t
----------------
MaskRay wrote:
This seems unneeded. You can add ThinLTO tests to llvm/test/ThinLTO
https://github.com/llvm/llvm-project/pull/84494
More information about the llvm-commits
mailing list