This patch replaces some for-each set with the new arrayref argument API, since it already used an array in defination, I think this change won't cause any ambiguity.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D125455
[RISCV][NFC] Replace for-each with array argument call. ClosedPublic Authored by jacquesguan on May 12 2022, 2:20 AM.
Details Summary This patch replaces some for-each set with the new arrayref argument API, since it already used an array in defination, I think this change won't cause any ambiguity.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 12 2022, 11:37 AM This revision was landed with ongoing or failed builds.May 15 2022, 7:13 PM Closed by commit rGa8426ada49e8: [RISCV][NFC] Replace for-each with array argument call. (authored by jacquesguan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 428886 llvm/lib/Target/RISCV/RISCVISelLowering.cpp
|