[all-commits] [llvm/llvm-project] cc38a4: [flang] Lower character related intrinsics
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Mar 16 23:16:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cc38a4a66569532be941866b29f4be43625af345
https://github.com/llvm/llvm-project/commit/cc38a4a66569532be941866b29f4be43625af345
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-17 (Thu, 17 Mar 2022)
Changed paths:
M flang/lib/Lower/IntrinsicCall.cpp
A flang/test/Lower/Intrinsics/scan.f90
A flang/test/Lower/Intrinsics/verify.f90
Log Message:
-----------
[flang] Lower character related intrinsics
This patch adds lowering for some character related
intrinsics:
- `scan`
- `verify`
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D121842
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: mleair <leairmark at gmail.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
More information about the All-commits
mailing list