[lld] [llvm] [LLVM] Refactor Autoupgrade function attributes from Module attributes. (PR #84494)

Daniel Kiss via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 22 09:28:59 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
----------------
DanielKristofKiss wrote:

Thanks @MaskRay and @teresajohnson ! 
Moved the test, cheers.

https://github.com/llvm/llvm-project/pull/84494


More information about the llvm-commits mailing list