[llvm] [Attributor] Pack out arguments into a struct (PR #119267)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 26 05:20:19 PST 2024
================
@@ -0,0 +1,16 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -S -passes=attributor < %s | FileCheck %s
+
+
----------------
arsenm wrote:
This is an externally visible function, so it's not allowed to change the signature. It would need to be be internal or similar linkage, with a call use
https://github.com/llvm/llvm-project/pull/119267
More information about the llvm-commits
mailing list