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