[all-commits] [llvm/llvm-project] 53fa00: LoopUnroll: Pass through AssumptionCache (NFC)

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Sep 26 11:53:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 53fa00b3ae4722b71622957fdab66202e2de1173
      https://github.com/llvm/llvm-project/commit/53fa00b3ae4722b71622957fdab66202e2de1173
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-09-26 (Mon, 26 Sep 2022)

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/UnrollLoop.h
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp

  Log Message:
  -----------
  LoopUnroll: Pass through AssumptionCache (NFC)

Using these queries with a context instruction and without a cache
seems to be about 2x slower than with it so this theoretically
improves compile time.


  Commit: 9bf1aea2244a75c827ac0ff9972f68804d1bdeda
      https://github.com/llvm/llvm-project/commit/9bf1aea2244a75c827ac0ff9972f68804d1bdeda
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-09-26 (Mon, 26 Sep 2022)

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/LoopPeel.h
    M llvm/lib/Transforms/Utils/LoopPeel.cpp

  Log Message:
  -----------
  LoopPeel: Pass through AssumptionCache (NFC)


  Commit: 473e83b95ad2858a27e8bfdd62830809891c441c
      https://github.com/llvm/llvm-project/commit/473e83b95ad2858a27e8bfdd62830809891c441c
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-09-26 (Mon, 26 Sep 2022)

  Changed paths:
    M llvm/lib/Transforms/Scalar/GuardWidening.cpp

  Log Message:
  -----------
  GuardWidening: Pass through AssumptionCache (NFC)


Compare: https://github.com/llvm/llvm-project/compare/2d628330482e...473e83b95ad2


More information about the All-commits mailing list