[all-commits] [llvm/llvm-project] 7befd2: [flang][acc] Add PointerLikeType API for MemRef ty...
Razvan Lupusoru via All-commits
all-commits at lists.llvm.org
Mon Jun 15 13:02:13 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7befd2b97f8e667d90efa03e1fda74157b1af02e
https://github.com/llvm/llvm-project/commit/7befd2b97f8e667d90efa03e1fda74157b1af02e
Author: Razvan Lupusoru <razvan.lupusoru at gmail.com>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M flang/include/flang/Optimizer/OpenACC/Support/FIROpenACCTypeInterfaces.h
M flang/lib/Optimizer/OpenACC/Support/FIROpenACCTypeInterfaces.cpp
M flang/unittests/Optimizer/CMakeLists.txt
A flang/unittests/Optimizer/OpenACC/FIROpenACCPointerLikeTypeInterfaceTest.cpp
M mlir/include/mlir/Dialect/OpenACC/OpenACCTypeInterfaces.td
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
M mlir/unittests/Dialect/OpenACC/OpenACCTypeInterfacesTest.cpp
Log Message:
-----------
[flang][acc] Add PointerLikeType API for MemRef type conversion (#203965)
This PR adds a PointerLikeType API named `getAsMemRefType` whose intent
is to establish equivalent MemRefType - the first use case for this will
be privatization and shared memory handling to be done in a
dialect-independent way. The Flang implementation uses
FIRToMemRefTypeConverter to do so.
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