[all-commits] [llvm/llvm-project] 9d26c6: [MLIR][OpenMP] remove now unnecessary getUsedValue...
agozillon via All-commits
all-commits at lists.llvm.org
Tue Nov 21 06:34:10 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d26c6bd7fd3e22ec3e7434b857cc7afa3c153a6
https://github.com/llvm/llvm-project/commit/9d26c6bd7fd3e22ec3e7434b857cc7afa3c153a6
Author: agozillon <Andrew.Gozillon at amd.com>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
Log Message:
-----------
[MLIR][OpenMP] remove now unnecessary getUsedValuesDefinedAbove call from convertTargetOp (#72904)
This block of code was here to create pseudo handling of implicit
captures in target regions to prevent gfortran test regressions and
allow certain pieces of code to function, however, with the introduction
of the IFA patch which adds proper handling of implicits by adding them
to the map operands list alongside explicit mappings at the initial
Fortran -> MLIR generation phase this should no longer be required and
may cause some adverse affects at worse in the future.
More information about the All-commits
mailing list