[all-commits] [llvm/llvm-project] adc56f: [Flang][PowerPC] Implement PPC mtfsf/mtfsfi intrin...
pscoro via All-commits
all-commits at lists.llvm.org
Tue Apr 4 06:42:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: adc56f37cdc0e32f5df5e19648dbc9e0ef582bc2
https://github.com/llvm/llvm-project/commit/adc56f37cdc0e32f5df5e19648dbc9e0ef582bc2
Author: Paul Scoropan <1paulscoropan at gmail.com>
Date: 2023-04-04 (Tue, 04 Apr 2023)
Changed paths:
M flang/include/flang/Semantics/expression.h
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/lib/Semantics/check-call.cpp
M flang/lib/Semantics/check-call.h
M flang/lib/Semantics/expression.cpp
M flang/module/__fortran_ppc_intrinsics.f90
M flang/test/Lower/ppc-intrinsics.f90
Log Message:
-----------
[Flang][PowerPC] Implement PPC mtfsf/mtfsfi intrinsics
Implements the PowerPC mtfsf and mtfsfi intrinsics as well as introduces semantic error checking code for PowerPC intrinsics
Reviewed By: klausler
Differential Revision: https://reviews.llvm.org/D144876
More information about the All-commits
mailing list