[all-commits] [llvm/llvm-project] 56051d: [flang][runtime] Optimize Descriptor::FixedStride...

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Aug 5 13:40:16 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56051daaf0584ed797940fda74a4cfdc2b3586c0
      https://github.com/llvm/llvm-project/commit/56051daaf0584ed797940fda74a4cfdc2b3586c0
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2025-08-05 (Tue, 05 Aug 2025)

  Changed paths:
    M flang-rt/include/flang-rt/runtime/descriptor.h
    M flang-rt/lib/runtime/derived.cpp
    M flang-rt/lib/runtime/descriptor.cpp
    M flang-rt/unittests/Runtime/CMakeLists.txt
    A flang-rt/unittests/Runtime/Descriptor.cpp

  Log Message:
  -----------
   [flang][runtime] Optimize Descriptor::FixedStride() (#151755)

Put the common cases on fast paths, and don't depend on IsContiguous()
in the general case path. Add a unit test, too.



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