This is an archive of the discontinued LLVM Phabricator instance.

[flang] Lower conversions to HLFIR
ClosedPublic

Authored by jeanPerier on Dec 2 2022, 5:53 AM.

Diff Detail

Event Timeline

jeanPerier created this revision.Dec 2 2022, 5:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 2 2022, 5:53 AM
jeanPerier requested review of this revision.Dec 2 2022, 5:53 AM
This revision is now accepted and ready to land.Dec 2 2022, 6:42 AM
This revision was automatically updated to reflect the committed changes.

Need to fix the build problem.

flang/lib/Lower/ConvertExprToHLFIR.cpp
603

I get an error on this line:

/local/home/psteinfeld/main/conversion/flang/lib/Lower/ConvertExprToHLFIR.cpp:603:70: error: parameter ‘lhs’ set but not used [-Werror=unused-but-set-parameter]
  603 |                                          const Op &op, hlfir::Entity lhs) {