[Flang][PowerPC] Implement PPC mtfsf/mtfsfi intrinsics
authorPaul Scoropan <1paulscoropan@gmail.com>
Tue, 21 Mar 2023 18:32:35 +0000 (18:32 +0000)
committerPaul Scoropan <1paulscoropan@gmail.com>
Tue, 4 Apr 2023 13:42:00 +0000 (13:42 +0000)
commitadc56f37cdc0e32f5df5e19648dbc9e0ef582bc2
tree91eb5a4f7b2c50d8a2013b7827734d54cc0d86d0
parent06ae522a748e1356949547a43f19bb04a22dc1da
[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
flang/include/flang/Semantics/expression.h
flang/lib/Optimizer/Builder/IntrinsicCall.cpp
flang/lib/Semantics/check-call.cpp
flang/lib/Semantics/check-call.h
flang/lib/Semantics/expression.cpp
flang/module/__fortran_ppc_intrinsics.f90
flang/test/Lower/ppc-intrinsics.f90