[llvm] [ArgPromotion] Handle pointer arguments of recursive calls (PR #78735)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 13 15:44:16 PDT 2024
================
@@ -0,0 +1,65 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
----------------
efriedma-quic wrote:
You can probably put all the testcases in one file.
In terms of what to test... non-zero offsets, functions containing both recursive and non-recursive calls, a struct with multiple elements.
https://github.com/llvm/llvm-project/pull/78735
More information about the llvm-commits
mailing list