Files
clang-p2996/llvm/test/Transforms/ArgumentPromotion/recursion
Vedant Paranjape 78266ab0dc [ArgPromotion] Remove redundant logic from recursive argpromotion code (#98657)
This patch further cleans up the implementation by removing some
redundant checks and replacing cast<> with get() calls.

This contribution is based on the discussion in #78735
2024-07-14 09:52:44 +05:30
..