[all-commits] [llvm/llvm-project] e2564b: [MLIR][SCFToOpenMP] Remove typed pointer support (...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Thu Nov 2 02:10:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e2564b27472638d2e2019e6cd2fc6d6d608f8b8c
https://github.com/llvm/llvm-project/commit/e2564b27472638d2e2019e6cd2fc6d6d608f8b8c
Author: Christian Ulmann <christianulmann at gmail.com>
Date: 2023-11-02 (Thu, 02 Nov 2023)
Changed paths:
M mlir/include/mlir/Conversion/Passes.td
M mlir/lib/Conversion/SCFToOpenMP/SCFToOpenMP.cpp
M mlir/test/Conversion/SCFToOpenMP/reductions.mlir
M mlir/test/Conversion/SCFToOpenMP/scf-to-openmp.mlir
R mlir/test/Conversion/SCFToOpenMP/typed-pointers.mlir
Log Message:
-----------
[MLIR][SCFToOpenMP] Remove typed pointer support (#71028)
This commit removes the support for lowering SCF to OpenMP dialect with
typed pointers. Typed pointers have been deprecated for a while now and
it's planned to soon remove them from the LLVM dialect.
Related PSA:
https://discourse.llvm.org/t/psa-removal-of-typed-pointers-from-the-llvm-dialect/74502
More information about the All-commits
mailing list