[all-commits] [llvm/llvm-project] db23f2: [X86] X86PreTileConfig - Use const-ref iterator in...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Sep 17 06:10:02 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: db23f27786d9cea6f3d947d877b6b3a301e795ea
      https://github.com/llvm/llvm-project/commit/db23f27786d9cea6f3d947d877b6b3a301e795ea
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    M llvm/lib/Target/X86/X86PreTileConfig.cpp

  Log Message:
  -----------
  [X86] X86PreTileConfig - Use const-ref iterator in for-range loop. NFCI.

Avoid unnecessary copies, reported by MSVC static analyzer.


  Commit: bbebb564f9316fd37605eb92028d15f9e005d212
      https://github.com/llvm/llvm-project/commit/bbebb564f9316fd37605eb92028d15f9e005d212
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

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

  Log Message:
  -----------
  [TableGen] X86EVEX2VEXTablesEmitter - Use const-ref iterator in for-range loop. NFCI.

Avoid unnecessary copies, reported by MSVC static analyzer.


  Commit: 4af76434706a65d839ff167d98455d0704cad70b
      https://github.com/llvm/llvm-project/commit/4af76434706a65d839ff167d98455d0704cad70b
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    M llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
    M llvm/lib/CodeGen/LiveDebugVariables.cpp

  Log Message:
  -----------
  [CodeGen] LiveDebug - Use const-ref iterator in for-range loop. NFCI.

Avoid unnecessary copies, reported by MSVC static analyzer.


  Commit: 72e57862818c92617e22595923cb0a2ed49d603c
      https://github.com/llvm/llvm-project/commit/72e57862818c92617e22595923cb0a2ed49d603c
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    M llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp

  Log Message:
  -----------
  [DebugInfo] DWARF - Use const-ref iterator in for-range loop. NFCI.

Avoid unnecessary copies, reported by MSVC static analyzer.


Compare: https://github.com/llvm/llvm-project/compare/e3b10525b489...72e57862818c


More information about the All-commits mailing list