[all-commits] [llvm/llvm-project] 0168da: [TableGen] CodeGenMapTable - use for-range loop. N...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Apr 16 10:55:56 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0168da3035feef569518c12e3f3733c1eec25395
      https://github.com/llvm/llvm-project/commit/0168da3035feef569518c12e3f3733c1eec25395
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-04-16 (Fri, 16 Apr 2021)

  Changed paths:
    M llvm/utils/TableGen/CodeGenMapTable.cpp

  Log Message:
  -----------
  [TableGen] CodeGenMapTable - use for-range loop. NFCI.


  Commit: 9a6804ab19cb9e15ac658854be396d767112bfac
      https://github.com/llvm/llvm-project/commit/9a6804ab19cb9e15ac658854be396d767112bfac
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-04-16 (Fri, 16 Apr 2021)

  Changed paths:
    M llvm/utils/TableGen/CodeGenDAGPatterns.cpp

  Log Message:
  -----------
  [TableGen] CodeGenDAGPatterns - use const references on for-range loops to avoid unnecessary copies. NFCI.


Compare: https://github.com/llvm/llvm-project/compare/97618522dc66...9a6804ab19cb


More information about the All-commits mailing list