[all-commits] [llvm/llvm-project] 4840e7: [flang] Lower shift intrinsics
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Mar 16 09:17:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4840e7505d1a4caa7fe80f7adf530d2c9e8e91eb
https://github.com/llvm/llvm-project/commit/4840e7505d1a4caa7fe80f7adf530d2c9e8e91eb
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/eoshift.f90
A flang/test/Lower/Intrinsics/ishft.f90
A flang/test/Lower/Intrinsics/ishftc.f90
Log Message:
-----------
[flang] Lower shift intrinsics
This patch adds lowering for shift intrinsics:
- `ishft`
- `eoshift`
- `ishftc`
- `cshift`
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D121808
Co-authored-by: V Donaldson <vdonaldson at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Peter Steinfeld <psteinfeld at nvidia.com>
Co-authored-by: AlexisPerry <aperry at lanl.gov>
More information about the All-commits
mailing list