[llvm] [ArgPromotion] Handle pointer arguments of recursive calls (PR #78735)
Vedant Paranjape via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 13 14:41:26 PDT 2024
================
@@ -0,0 +1,65 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
----------------
vedantparanjape-amd wrote:
makes sense, I will add testcase for these two cases:
1) check for argument position of the caller and callee.
2) check if the pointer offset is non-zero
lmk, if I need to add anything more.
https://github.com/llvm/llvm-project/pull/78735
More information about the llvm-commits
mailing list