[all-commits] [llvm/llvm-project] 1b4748: [SLP] Use empty() instead of size() == 0. NFCI.

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu May 6 08:20:48 PDT 2021


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

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

  Log Message:
  -----------
  [SLP] Use empty() instead of size() == 0. NFCI.


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

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

  Log Message:
  -----------
  [SLP] Constify the TreeEntry* input into dumpTreeCosts(). NFCI.


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

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

  Log Message:
  -----------
  [SLP] Constify the TreeEntry* input into getEntryCost() + setInsertPointAfterBundle(). NFCI.


Compare: https://github.com/llvm/llvm-project/compare/926076023526...338c1b701f23


More information about the All-commits mailing list