[all-commits] [llvm/llvm-project] 20fba0: [Flang] Add Any and All intrinsics to simplify int...

SachaBallantyne via All-commits all-commits at lists.llvm.org
Thu Feb 9 11:53:17 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 20fba03f96b43d4e6903e0a7c24ae7b665ab9a58
      https://github.com/llvm/llvm-project/commit/20fba03f96b43d4e6903e0a7c24ae7b665ab9a58
  Author: Sacha Ballantyne <Sacha.Ballantyne at arm.com>
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
    M flang/lib/Optimizer/Transforms/SimplifyIntrinsics.cpp
    M flang/test/Lower/array-derived.f90
    M flang/test/Transforms/simplifyintrinsics.fir

  Log Message:
  -----------
  [Flang] Add Any and All intrinsics to simplify intrinsics pass

This patch provides a simplified version of the Any intrinsic as well as the All intrinsic
that can be used for inlining or simpiler use cases. These changes are targeting exchange2, and
provide a ~9% performance increase.

Reviewed By: Leporacanthicus, vzakhari

Differential Revision: https://reviews.llvm.org/D142977




More information about the All-commits mailing list