[all-commits] [llvm/llvm-project] de2ec5: [MLIR][OpenMP] Add Lowering support for OpenMP Dec...
Akash Banerjee via All-commits
all-commits at lists.llvm.org
Tue Feb 11 08:32:40 PST 2025
Branch: refs/heads/users/akash/mapper_lowering
Home: https://github.com/llvm/llvm-project
Commit: de2ec5d1e81a15d13458832e0855bb8b7e9ec727
https://github.com/llvm/llvm-project/commit/de2ec5d1e81a15d13458832e0855bb8b7e9ec727
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2025-02-11 (Tue, 11 Feb 2025)
Changed paths:
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
M flang/test/Lower/OpenMP/Todo/omp-declare-mapper.f90
A flang/test/Lower/OpenMP/declare-mapper.f90
Log Message:
-----------
[MLIR][OpenMP] Add Lowering support for OpenMP Declare Mapper directive
This patch adds HLFIR/FIR lowering support for OpenMP Declare Mapper directive.
Commit: 95b5221a949df7aaaad7fecce0cd3cebdbe684ad
https://github.com/llvm/llvm-project/commit/95b5221a949df7aaaad7fecce0cd3cebdbe684ad
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2025-02-11 (Tue, 11 Feb 2025)
Changed paths:
M flang/test/Lower/OpenMP/declare-mapper.f90
Log Message:
-----------
Add emptyline to test.
Commit: 5162df917efed207fb9d46897c12c5e6a7bd5b1a
https://github.com/llvm/llvm-project/commit/5162df917efed207fb9d46897c12c5e6a7bd5b1a
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2025-02-11 (Tue, 11 Feb 2025)
Changed paths:
M flang/lib/Lower/OpenMP/OpenMP.cpp
Log Message:
-----------
Addressed reviewer comments. Added assert to check for derived type.
Commit: 337d778d13567e50366ebcd36ec98473c63cf7e7
https://github.com/llvm/llvm-project/commit/337d778d13567e50366ebcd36ec98473c63cf7e7
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2025-02-11 (Tue, 11 Feb 2025)
Changed paths:
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
R flang/test/Lower/OpenMP/Todo/omp-declare-mapper.f90
M flang/test/Lower/OpenMP/declare-mapper.f90
Log Message:
-----------
Add lowering changes for declMapperOp's region.
Commit: 54727b329e875a1a7f97386fc1680c655fa352da
https://github.com/llvm/llvm-project/commit/54727b329e875a1a7f97386fc1680c655fa352da
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2025-02-11 (Tue, 11 Feb 2025)
Changed paths:
M flang/include/flang/Lower/AbstractConverter.h
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/test/Lower/OpenMP/declare-mapper.f90
Log Message:
-----------
Add required changes to hoist DeclareMapperOp to the ModuleOp's region.
Add a new name mangling method which accepts a user supplied scope to mangle the name, in addition to the existing function which always used the currentScope.
Commit: 6d77e0e9085e4b27a01b92f046d5c5f92cd1ad63
https://github.com/llvm/llvm-project/commit/6d77e0e9085e4b27a01b92f046d5c5f92cd1ad63
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2025-02-11 (Tue, 11 Feb 2025)
Changed paths:
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
M flang/test/Lower/OpenMP/declare-mapper.f90
Log Message:
-----------
Update MapInfoFinalization pass to look for MapInfoOps inside DeclareMapperOps as well as inside the Module.
Commit: d39f3e36770704c72d99dbae152e754dcd1ea3ac
https://github.com/llvm/llvm-project/commit/d39f3e36770704c72d99dbae152e754dcd1ea3ac
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2025-02-11 (Tue, 11 Feb 2025)
Changed paths:
M flang/lib/Lower/OpenMP/OpenMP.cpp
Log Message:
-----------
Address reviewer comments.
Commit: c7f97a194936cebd37c47890895ba64458c77edc
https://github.com/llvm/llvm-project/commit/c7f97a194936cebd37c47890895ba64458c77edc
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2025-02-11 (Tue, 11 Feb 2025)
Changed paths:
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
M flang/test/Lower/OpenMP/declare-mapper.f90
Log Message:
-----------
Addressed reviewer comments.
Commit: aa7f4aa23689563c3968c3ffa72f9dd5996da530
https://github.com/llvm/llvm-project/commit/aa7f4aa23689563c3968c3ffa72f9dd5996da530
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2025-02-11 (Tue, 11 Feb 2025)
Changed paths:
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/test/Lower/OpenMP/declare-mapper.f90
Log Message:
-----------
Fix build issue.
Compare: https://github.com/llvm/llvm-project/compare/5d7a40246557...aa7f4aa23689
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list