[all-commits] [llvm/llvm-project] 815a84: [Flang] Move genMinMaxlocReductionLoop to Transfor...
David Green via All-commits
all-commits at lists.llvm.org
Tue Feb 13 00:31:19 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 815a84655262ac569db11357fef1651f3571e7ee
https://github.com/llvm/llvm-project/commit/815a84655262ac569db11357fef1651f3571e7ee
Author: David Green <david.green at arm.com>
Date: 2024-02-13 (Tue, 13 Feb 2024)
Changed paths:
M flang/include/flang/Optimizer/Support/Utils.h
A flang/include/flang/Optimizer/Transforms/Utils.h
M flang/lib/Optimizer/Dialect/CMakeLists.txt
M flang/lib/Optimizer/HLFIR/Transforms/CMakeLists.txt
M flang/lib/Optimizer/HLFIR/Transforms/OptimizedBufferization.cpp
M flang/lib/Optimizer/Transforms/SimplifyIntrinsics.cpp
Log Message:
-----------
[Flang] Move genMinMaxlocReductionLoop to Transforms/Utils.cpp (#81380)
This is one option for attempting to move genMinMaxlocReductionLoop to a
better location. It moves it into Transforms and makes HLFIRTranforms
depend upon FIRTransforms.
It passes a build locally, both with and without -DBUILD_SHARED_LIBS,
and does OK on the windows CI.
More information about the All-commits
mailing list