[NFC][flang] Removed pgmath handling from lowering.
authorSlava Zakharin <szakharin@nvidia.com>
Fri, 16 Dec 2022 18:08:25 +0000 (10:08 -0800)
committerSlava Zakharin <szakharin@nvidia.com>
Sat, 17 Dec 2022 20:33:33 +0000 (12:33 -0800)
commitb6ef76a1ec541f8f748b2b2152a81ff81036b5f4
treefc1ca76e3c53968069eb5a6fef2e42d47ee28dd3
parent118b49a09b9759d8d2e4171fdd2ad2784a6e4148
[NFC][flang] Removed pgmath handling from lowering.

I kept the possibility to use pgmath in constant folding
just in case. We can remove it later, if it is proven to be redundant.

Differential Revision: https://reviews.llvm.org/D140236
flang/lib/Lower/IntrinsicCall.cpp