[all-commits] [llvm/llvm-project] 8631b4: [flang] Set low probability for array repacking co...

Slava Zakharin via All-commits all-commits at lists.llvm.org
Thu Jun 19 12:12:25 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8631b4f1b4f30edd1f26b20e35b7367517aba359
      https://github.com/llvm/llvm-project/commit/8631b4f1b4f30edd1f26b20e35b7367517aba359
  Author: Slava Zakharin <szakharin at nvidia.com>
  Date:   2025-06-19 (Thu, 19 Jun 2025)

  Changed paths:
    M flang/include/flang/Optimizer/Dialect/FIROps.td
    M flang/lib/Optimizer/CodeGen/LowerRepackArrays.cpp
    A flang/test/Integration/cold_array_repacking.f90
    M flang/test/Transforms/lower-repack-arrays.fir

  Log Message:
  -----------
  [flang] Set low probability for array repacking code. (#144830)

This allows LLVM to place the most probably cold blocks
that do the repacking out of the line of the potentially hot code.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list