[all-commits] [llvm/llvm-project] 7babc8: [Flang] Lower achar intrinsic

kiranchandramohan via All-commits all-commits at lists.llvm.org
Fri Mar 25 07:25:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7babc8e6cdd87443b1afc723a08644e997576aa4
      https://github.com/llvm/llvm-project/commit/7babc8e6cdd87443b1afc723a08644e997576aa4
  Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
  Date:   2022-03-25 (Fri, 25 Mar 2022)

  Changed paths:
    M flang/lib/Lower/IntrinsicCall.cpp
    A flang/test/Lower/Intrinsics/achar.f90

  Log Message:
  -----------
  [Flang] Lower achar intrinsic

The intrinsic returns the character located at the position requested
in the ASCII sequence. The intrinsic is lowered to inline FIR code.

This is part of the upstreaming effort from the fir-dev branch in [1].
[1] https://github.com/flang-compiler/f18-llvm-project

Reviewed By: clementval

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

Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>




More information about the All-commits mailing list