This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] Add fir.dispatch codegen test with pass object at pos 1
ClosedPublic

Authored by clementval on Oct 19 2022, 1:07 AM.

Details

Summary

D136189 was missing a test where the pass object is not at
position 0. This patch adds one.

Diff Detail

Event Timeline

clementval created this revision.Oct 19 2022, 1:07 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 19 2022, 1:07 AM
clementval requested review of this revision.Oct 19 2022, 1:07 AM
jeanPerier added inline comments.Oct 19 2022, 2:11 AM
flang/test/Fir/dispatch.f90
138

Looks like there is some debug info here that should be removed from the test ( !dbg !95)

clementval marked an inline comment as done.Oct 19 2022, 3:18 AM
clementval added inline comments.
flang/test/Fir/dispatch.f90
138

My bad. Removed.

This revision is now accepted and ready to land.Oct 19 2022, 4:47 AM
PeteSteinfeld accepted this revision.Oct 19 2022, 7:15 AM

All builds and tests correctly and looks good.

This revision was automatically updated to reflect the committed changes.
clementval marked an inline comment as done.