This is an archive of the discontinued LLVM Phabricator instance.

[UpdateTestChecks] Add update test check support for fpmath metadata
AbandonedPublic

Authored by jmciver on Jun 16 2023, 7:39 PM.

Details

Summary

Add support for fpmath metadata to update tools based on
UpdateTestChecks.common. A basic test has been added to update_test_checks
independent of existing tests, see basic-metadata.ll.

Diff Detail

Event Timeline

jmciver created this revision.Jun 16 2023, 7:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2023, 7:39 PM
jmciver added a subscriber: nlopes.
jmciver published this revision for review.Jun 16 2023, 8:26 PM
jmciver edited the summary of this revision. (Show Details)
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2023, 8:26 PM
nikic added a subscriber: nikic.Jun 17 2023, 12:04 AM

I think we should wait on https://reviews.llvm.org/D148216, which is going to solve this generically.

jmciver abandoned this revision.Jun 20 2023, 8:12 PM

Abandoning this patch as it will be superseded in functionality by D148216.