[all-commits] [llvm/llvm-project] 7bfa06: [CodeGen] Use range-based for loops (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Jul 23 16:11:01 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7bfa06f6c0905aa2fb30f12784e942625696d440
      https://github.com/llvm/llvm-project/commit/7bfa06f6c0905aa2fb30f12784e942625696d440
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-23 (Sat, 23 Jul 2022)

  Changed paths:
    M llvm/include/llvm/CodeGen/CallingConvLower.h
    M llvm/include/llvm/CodeGen/LiveVariables.h
    M llvm/include/llvm/CodeGen/MachineInstr.h
    M llvm/include/llvm/CodeGen/MachinePipeliner.h
    M llvm/include/llvm/CodeGen/RegisterScavenging.h
    M llvm/include/llvm/CodeGen/ScheduleDAG.h
    M llvm/lib/CodeGen/LiveVariables.cpp

  Log Message:
  -----------
  [CodeGen] Use range-based for loops (NFC)




More information about the All-commits mailing list