[clang] [CIR] Upstream cir.call with scalar arguments (PR #136810)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 23 11:17:14 PDT 2025


https://github.com/erichkeane commented:

This loop is using a bunch of traditional for loops instead of 'range-for' (and loops instead of algorithms!).  It would be a vast improvement to replace those with std::algorithms if they end up being 'simple' enough, and at least range-for loops.

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


More information about the cfe-commits mailing list