[flang] Fold F08 parity intrinsic
authorTarun Prabhu <tarun@lanl.gov>
Mon, 22 Aug 2022 17:21:47 +0000 (11:21 -0600)
committerTarun Prabhu <tarun@lanl.gov>
Mon, 22 Aug 2022 17:29:45 +0000 (11:29 -0600)
commit2f2fce8eaa73d4565dfd93b5c448e3397270df91
treed63dc952953038f52f089506c8756fbc8b18e329
parentc42a5f1cc2856d3f4717ef34a731ae751b44dd93
[flang] Fold F08 parity intrinsic

Perform compile-time folding of the F08 parity intrinsic when all parameters are compile-time constants.

Differential Revision: https://reviews.llvm.org/D129785
flang/lib/Evaluate/fold-logical.cpp
flang/test/Evaluate/fold-parity.f90 [new file with mode: 0644]