This is an archive of the discontinued LLVM Phabricator instance.

[-Wunsafe-bugger-usage] Clean tests: remove nondeterministic ordering
AcceptedPublic

Authored by t-rasmud on Aug 22 2023, 2:12 PM.

Details

Summary

Thanks to the changes in https://reviews.llvm.org/D156474, we no longer expect nondeterminism in the order of variables that need to be fixed. This patch cleans up the corresponding regexps in test cases. Additionally, the patch also replaces CHECK-DAGs with CHECKs.

Diff Detail

Event Timeline

t-rasmud created this revision.Aug 22 2023, 2:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 22 2023, 2:12 PM
Herald added a subscriber: mgrang. · View Herald Transcript
t-rasmud requested review of this revision.Aug 22 2023, 2:12 PM
ziqingluo-90 accepted this revision.Sep 18 2023, 6:10 PM

This is a lot of change, thank you! LGTM

This revision is now accepted and ready to land.Sep 18 2023, 6:10 PM