[all-commits] [llvm/llvm-project] a8426a: [RISCV][NFC] Replace for-each with array argument ...

Jianjian Guan via All-commits all-commits at lists.llvm.org
Sun May 15 19:13:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a8426ada49e873852ab31d406ee767541099f90f
      https://github.com/llvm/llvm-project/commit/a8426ada49e873852ab31d406ee767541099f90f
  Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp

  Log Message:
  -----------
  [RISCV][NFC] Replace for-each with array argument call.

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.

Differential Revision: https://reviews.llvm.org/D125455




More information about the All-commits mailing list