Remove obsolete code that has moved to the
flang/Optimizer/Builder/Intrinsic directory.
genMin is inlined in the code since it's not available
in the builder.
Paths
| Differential D118465
[flang][NFC] Remove obsolete IntrinsicCall helper ClosedPublic Authored by clementval on Jan 28 2022, 6:04 AM.
Details Summary Remove obsolete code that has moved to the genMin is inlined in the code since it's not available
Diff Detail
Event TimelineComment Actions LGTM. Nit: Can you add a comment that the genMin function is being inlined here and this is not a functionality change? This revision is now accepted and ready to land.Jan 28 2022, 6:29 AM Comment Actions
Sure I updated the description. CharacterExpr.cpp will be removed as well anyway. This revision was landed with ongoing or failed builds.Jan 28 2022, 1:38 PM Closed by commit rGb62e5928e452: [flang][NFC] Remove obsolete IntrinsicCall helper (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 404155 flang/include/flang/Lower/IntrinsicCall.h
flang/lib/Lower/CMakeLists.txt
flang/lib/Lower/CharacterExpr.cpp
flang/lib/Lower/IntrinsicCall.cpp
|