[all-commits] [llvm/llvm-project] 71783f: [Flang][OpenMP][MLIR] Fix regression by #146653 by...
agozillon via All-commits
all-commits at lists.llvm.org
Tue Jul 8 10:32:24 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 71783fea2c1af3257d49e57ed9c5a7e543a44bbc
https://github.com/llvm/llvm-project/commit/71783fea2c1af3257d49e57ed9c5a7e543a44bbc
Author: agozillon <Andrew.Gozillon at amd.com>
Date: 2025-07-08 (Tue, 08 Jul 2025)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
Log Message:
-----------
[Flang][OpenMP][MLIR] Fix regression by #146653 by adding address space cast to getRefPtrIfDeclareTarget
The patch introduced changes to add address spaces to a wider array of MLIR/LLVM values, however,
it was missing an address space cast that exists in our downstream implementation that's required
for declare target to work correctly.
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