This is an archive of the discontinued LLVM Phabricator instance.

Fix cost model checks in tests for debug intrinsics
ClosedPublic

Authored by Orlando on Mar 8 2023, 3:44 AM.

Details

Summary

These tests don't have a "Debug Info Version" module flag causing the debug intrinsics to be dropped with a warning warning: ignoring debug info with an invalid version (0). The test passes because there are no CHECK lines for these intrinsics. Fix the issue and auto-update the test checks.

Diff Detail

Event Timeline

Orlando created this revision.Mar 8 2023, 3:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 3:44 AM
Orlando requested review of this revision.Mar 8 2023, 3:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 3:44 AM
jryans accepted this revision.Mar 8 2023, 3:49 AM

Looks good to me, thanks! 🙂

This revision is now accepted and ready to land.Mar 8 2023, 3:49 AM
This revision was landed with ongoing or failed builds.Mar 14 2023, 2:14 AM
This revision was automatically updated to reflect the committed changes.