[all-commits] [llvm/llvm-project] c1125a: [MLIR] : Add integer mul in scf to openmp conversion
kiranchandramohan via All-commits
all-commits at lists.llvm.org
Tue Mar 14 14:57:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c1125ae5b05f5e23c7e61e85afb359e095444d18
https://github.com/llvm/llvm-project/commit/c1125ae5b05f5e23c7e61e85afb359e095444d18
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M mlir/lib/Conversion/SCFToOpenMP/SCFToOpenMP.cpp
M mlir/test/Conversion/SCFToOpenMP/reductions.mlir
Log Message:
-----------
[MLIR] : Add integer mul in scf to openmp conversion
Add conversion for integer multiplication in scf reductions in the
SCF to OpenMP dialect conversion.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D145948
More information about the All-commits
mailing list