[all-commits] [llvm/llvm-project] 39f09e: Invalidate analyses after running Attributor in Op...

Ivan R. Ivanov via All-commits all-commits at lists.llvm.org
Wed Dec 20 15:01:35 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 39f09ec245f3906bbc6b06500f7177a8001e7eed
      https://github.com/llvm/llvm-project/commit/39f09ec245f3906bbc6b06500f7177a8001e7eed
  Author: Ivan R. Ivanov <ivanov.i.aa at m.titech.ac.jp>
  Date:   2023-12-20 (Wed, 20 Dec 2023)

  Changed paths:
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp

  Log Message:
  -----------
  Invalidate analyses after running Attributor in OpenMPOpt (#74908)

Using the LoopInfo from OMPInfoCache after the Attributor ran resulted
in a crash due to it being in an invalid state.

---------

Co-authored-by: Ivan Radanov Ivanov <ivanov2 at llnl.gov>




More information about the All-commits mailing list