This is an archive of the discontinued LLVM Phabricator instance.

[NFC][Clang][RISCV] Reduce for-loop with SmallVector utility
ClosedPublic

Authored by eopXD on Dec 25 2022, 7:38 AM.

Details

Summary

As topic, this commit reduces the for-loops with utilities of SmallVector.

Diff Detail

Event Timeline

eopXD created this revision.Dec 25 2022, 7:38 AM
eopXD requested review of this revision.Dec 25 2022, 7:38 AM
eopXD retitled this revision from [NFC][Clang] Reduce for-loop with SmallVectorUtility to [NFC][Clang] Reduce for-loop with SmallVector utility.Dec 25 2022, 7:39 AM
eopXD added reviewers: kito-cheng, craig.topper, khchen.

Please add [RISCV] to title

eopXD retitled this revision from [NFC][Clang] Reduce for-loop with SmallVector utility to [NFC][Clang][RISCV] Reduce for-loop with SmallVector utility.Dec 25 2022, 10:42 PM
This revision is now accepted and ready to land.Dec 25 2022, 10:43 PM