[all-commits] [llvm/llvm-project] e22cb9: [Flang] Any and All elemental lowering (#75776)
David Green via All-commits
all-commits at lists.llvm.org
Wed Jan 10 01:52:21 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e22cb93890c33e21534338e4f2ea5ce640c78b77
https://github.com/llvm/llvm-project/commit/e22cb93890c33e21534338e4f2ea5ce640c78b77
Author: David Green <david.green at arm.com>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M flang/lib/Optimizer/HLFIR/Transforms/OptimizedBufferization.cpp
A flang/test/HLFIR/all-elemental.fir
A flang/test/HLFIR/any-elemental.fir
Log Message:
-----------
[Flang] Any and All elemental lowering (#75776)
This is an extension of https://github.com/llvm/llvm-project/pull/75774,
with Any and All lowering added alongside Count.
More information about the All-commits
mailing list