Files
clang-p2996/llvm/test/Transforms/ArgumentPromotion
Pavel Samolysov d81064949f [ArgPromotion] Add unused-argument.ll test (NFC)
If a pointer argument is unused within the callee, this argument should
be removed from the function's signature while all used pointer
arguments should be promoted as it is expected. The ArgumentPromotion
pass doesn't touch unused non-pointer arguments at all.
2022-05-18 10:05:13 +03:00
..