[llvm] [NFC][LLVM][IR] Adopt vadiadic `isa<>` (PR #137001)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 24 08:15:47 PDT 2025


jurahul wrote:

Also: git grep "isa<.*>(.*)" | wc -l in LLVM gives 16490, and of those 600 are already variadic and ~1000 can be converted, so that'd give ~10% of isa<> calls can be converted to variadic.

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


More information about the llvm-commits mailing list