[all-commits] [llvm/llvm-project] 9243a5: X86LoadValueInjectionLoadHardening.cpp - use const...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon May 10 06:06:04 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9243a584d3863d8baae59f6ab0d3c46c7d7b857c
      https://github.com/llvm/llvm-project/commit/9243a584d3863d8baae59f6ab0d3c46c7d7b857c
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-05-10 (Mon, 10 May 2021)

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

  Log Message:
  -----------
  X86LoadValueInjectionLoadHardening.cpp - use const-reference in for-range loops to avoid unnecessary copies. NFCI.


  Commit: 605f90475fc663433250f45f39dcb24cdb8c9e9b
      https://github.com/llvm/llvm-project/commit/605f90475fc663433250f45f39dcb24cdb8c9e9b
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-05-10 (Mon, 10 May 2021)

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

  Log Message:
  -----------
  X86FlagsCopyLowering.cpp - try to pass DebugLoc by const-ref to avoid costly TrackingMDNodeRef copies. NFCI.


Compare: https://github.com/llvm/llvm-project/compare/3212a08a8c81...605f90475fc6


More information about the All-commits mailing list