[all-commits] [llvm/llvm-project] 10766b: [flang] Lower adjustl and adjustr intrinsics
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Mar 16 03:35:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10766b75ceb39d35d9d278bff0aa5be0ab3a680f
https://github.com/llvm/llvm-project/commit/10766b75ceb39d35d9d278bff0aa5be0ab3a680f
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
M flang/lib/Lower/IntrinsicCall.cpp
A flang/test/Lower/Intrinsics/adjustl.f90
A flang/test/Lower/Intrinsics/adjustr.f90
Log Message:
-----------
[flang] Lower adjustl and adjustr intrinsics
This patch adds lowering for the `adjustl` and `adjustr`
intrinsics.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D121780
Co-authored-by: V Donaldson <vdonaldson at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
More information about the All-commits
mailing list