[all-commits] [llvm/llvm-project] 931966: [flang] Add support for LSHIFT and RSHIFT intrinsics
kkwli via All-commits
all-commits at lists.llvm.org
Tue Nov 29 11:03:58 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93196654f526026f9f751784454cb72f829e39cb
https://github.com/llvm/llvm-project/commit/93196654f526026f9f751784454cb72f829e39cb
Author: Kelvin Li <kli at ca.ibm.com>
Date: 2022-11-29 (Tue, 29 Nov 2022)
Changed paths:
M flang/docs/Intrinsics.md
M flang/lib/Evaluate/intrinsics.cpp
A flang/test/Semantics/lshift.f90
A flang/test/Semantics/rshift.f90
Log Message:
-----------
[flang] Add support for LSHIFT and RSHIFT intrinsics
The functionality of LSHIFT and RSHIFT intrinsics is the same as the
standard SHIFTL and SHIFTA intrinsics respectively. The patch is to
alias the two intrinsics to the standardized ones.
Differential Revision: https://reviews.llvm.org/D138839
More information about the All-commits
mailing list