[all-commits] [llvm/llvm-project] 8e4202: [X86] Ensure we pass DebugLoc by const reference w...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri May 7 04:33:30 PDT 2021


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

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

  Log Message:
  -----------
  [X86] Ensure we pass DebugLoc by const reference where possible. NFCI.

Avoids a lot of unnecessary tracking increments/decrements of the underlying TrackingMDNodeRef


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

  Changed paths:
    M llvm/test/Transforms/SLPVectorizer/X86/pr44067.ll
    M llvm/test/Transforms/SLPVectorizer/vectorizable-functions-inseltpoison.ll
    M llvm/test/Transforms/SLPVectorizer/vectorizable-functions.ll

  Log Message:
  -----------
  [SLP] Regenerate tests to reduce diff in D98714. NFCI.


Compare: https://github.com/llvm/llvm-project/compare/f372ff17f74f...2a3f60b5f530


More information about the All-commits mailing list