This patch adds lowering for shift intrinsics:
- ishft
- eoshift
- ishftc
- cshift
This patch is part of the upstreaming effort from fir-dev branch.
Paths
| Differential D121808
[flang] Lower shift intrinsics ClosedPublic Authored by clementval on Mar 16 2022, 7:52 AM.
Details Summary This patch adds lowering for shift intrinsics:
This patch is part of the upstreaming effort from fir-dev branch.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 16 2022, 9:09 AM Closed by commit rG4840e7505d1a: [flang] Lower shift intrinsics (authored by clementval). · Explain WhyMar 16 2022, 9:16 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 415832 flang/lib/Lower/IntrinsicCall.cpp
flang/test/Lower/Intrinsics/eoshift.f90
flang/test/Lower/Intrinsics/ishft.f90
flang/test/Lower/Intrinsics/ishftc.f90
|