[all-commits] [llvm/llvm-project] 3f4a63: [Flang][OpenMP] Implementation of lowering of SIMD...

arnamoy10 via All-commits all-commits at lists.llvm.org
Mon Jun 13 06:42:46 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f4a63e5f882eb062da33a5643499597efefe1ba
      https://github.com/llvm/llvm-project/commit/3f4a63e5f882eb062da33a5643499597efefe1ba
  Author: Arnamoy Bhattacharyya <arnamoy.bhattacharyya at huawei.com>
  Date:   2022-06-13 (Mon, 13 Jun 2022)

  Changed paths:
    M flang/lib/Lower/OpenMP.cpp
    M flang/test/Fir/convert-to-llvm-openmp-and-fir.fir
    A flang/test/Lower/OpenMP/simd.f90

  Log Message:
  -----------
  [Flang][OpenMP] Implementation of lowering of SIMD construct.

This patch adds code so that using bbc we are able to see an end-to-end lowering of simd construct in action.

Reviewed By: kiranchandramohan, peixin, shraiysh

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




More information about the All-commits mailing list