[llvm] [ArgPromotion] Handle pointer arguments of recursive calls (PR #78735)

Vedant Paranjape via llvm-commits llvm-commits at lists.llvm.org
Fri May 31 04:33:31 PDT 2024


vedantparanjape-amd wrote:

@arsenm @jdoerfert I have addressed the comment, but I am stuck at one thing. The testcase: Transforms/ArgumentPromotion/pr42028-recursion.ll

```
A -> B -> C
     ↑____|
```

It has a SCC like this.


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


More information about the llvm-commits mailing list