[PATCH] D140661: [NFC][Clang][RISCV] Reduce for-loop with SmallVector utility

2022-12-25 Thread Yueh-Ting (eop) Chen via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG904a79f99153: [NFC][Clang][RISCV] Reduce for-loop with SmallVector utility (authored by eopXD). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D140661/new/ ht

[PATCH] D140661: [NFC][Clang][RISCV] Reduce for-loop with SmallVector utility

2022-12-25 Thread Craig Topper via Phabricator via cfe-commits
craig.topper accepted this revision. craig.topper added a comment. This revision is now accepted and ready to land. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D140661/new/ https://reviews.llvm.org/D140661 ___