[llvm] [Attributor] Pack out arguments into a struct (PR #119267)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 10 22:06:48 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
+
+
+
+define i1 @foo(ptr %dst) {
----------------
elhewaty wrote:
Yes, that is because the function was not called, I just added this tes as a start point
https://github.com/llvm/llvm-project/pull/119267
More information about the llvm-commits
mailing list