[all-commits] [llvm/llvm-project] 79dccd: [flang] Change COUNT intrinsic to support differen...
SachaBallantyne via All-commits
all-commits at lists.llvm.org
Tue Feb 28 04:26:47 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 79dccded69000d431a3c37b911cfc05a67b14967
https://github.com/llvm/llvm-project/commit/79dccded69000d431a3c37b911cfc05a67b14967
Author: Sacha Ballantyne <Sacha.Ballantyne at arm.com>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
M flang/lib/Evaluate/fold-integer.cpp
M flang/lib/Optimizer/Transforms/SimplifyIntrinsics.cpp
M flang/test/Transforms/simplifyintrinsics.fir
Log Message:
-----------
[flang] Change COUNT intrinsic to support different kind logicals
Previously COUNT would cast the mask input to logical<4> before passing it
to the runtime function, this has been changed to allow different types of logical.
Reviewed By: tblah
Differential Revision: https://reviews.llvm.org/D144867
More information about the All-commits
mailing list