[all-commits] [llvm/llvm-project] bdbc94: [MLIR][OpenMP][Flang] Set OpenMP target attributes...

Dominik Adamski via All-commits all-commits at lists.llvm.org
Fri Mar 31 03:53:33 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bdbc9429fcc19b61da8f4c24584ea3927f251348
      https://github.com/llvm/llvm-project/commit/bdbc9429fcc19b61da8f4c24584ea3927f251348
  Author: Dominik Adamski <dominik.adamski at amd.com>
  Date:   2023-03-31 (Fri, 31 Mar 2023)

  Changed paths:
    M flang/include/flang/Tools/CrossToolHelpers.h
    M flang/lib/Frontend/FrontendActions.cpp
    A flang/test/Lower/OpenMP/target_cpu_features.f90
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td

  Log Message:
  -----------
  [MLIR][OpenMP][Flang] Set OpenMP target attributes in MLIR module

Scope of changes:
  1) Add attribute to OpenMP MLIR dialect which stores target cpu and
     target features
  2) Store target information in MLIR module

Differential Revision: https://reviews.llvm.org/D146612

Reviewed By: kiranchandramohan

Co-authored-by: Kiran Chandramohan <kiran.chandramohan at arm.com>




More information about the All-commits mailing list