[all-commits] [llvm/llvm-project] 9dfc4a: [X86] VZeroUpperInserter::insertVZeroUpper - avoid...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu May 13 05:34:45 PDT 2021


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

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

  Log Message:
  -----------
  [X86] VZeroUpperInserter::insertVZeroUpper - avoid DebugLoc creation by embedding in the BuildMI calls. NFCI.

Try to pass DebugLoc by const-ref to avoid costly TrackingMDNodeRef copies.


  Commit: 4956655640c19190264b07740499e56ccb33c61f
      https://github.com/llvm/llvm-project/commit/4956655640c19190264b07740499e56ccb33c61f
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-05-13 (Thu, 13 May 2021)

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

  Log Message:
  -----------
  [X86] X86InstrInfo.cpp - try to pass DebugLoc by const-ref to avoid costly TrackingMDNodeRef copies. NFCI.


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

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

  Log Message:
  -----------
  [X86] X86ExpandPseudo.cpp - try to pass DebugLoc by const-ref to avoid costly TrackingMDNodeRef copies. NFCI.


Compare: https://github.com/llvm/llvm-project/compare/ffc157ea825f...ba0ec1be2916


More information about the All-commits mailing list