[all-commits] [llvm/llvm-project] 74751f: [flang] Add lowering for ASCII character constant

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Mon Feb 7 03:17:55 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 74751f4b0c312592494c6cc9922bea1ec71372a8
      https://github.com/llvm/llvm-project/commit/74751f4b0c312592494c6cc9922bea1ec71372a8
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-02-07 (Mon, 07 Feb 2022)

  Changed paths:
    M flang/lib/Lower/ConvertExpr.cpp

  Log Message:
  -----------
  [flang] Add lowering for ASCII character constant

Lower character constant of KIND = 1 with the
`createStringLiteral` helper function.

This patch is part of the upstreaming effort from fir-dev branch.

Reviewed By: kiranchandramohan, schweitz

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




More information about the All-commits mailing list