This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Enable verifyInstructionPredicates for AVR
ClosedPublic

Authored by jacquesguan on Jul 18 2023, 2:42 AM.

Details

Summary

This patch fixes the failed test of verifyInstructionPredicates which is caused by verifyInstructionPredicates. verifyInstructionPredicates will add JMPk without checking the target predicate.

Diff Detail

Event Timeline

jacquesguan created this revision.Jul 18 2023, 2:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 18 2023, 2:42 AM
jacquesguan requested review of this revision.Jul 18 2023, 2:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 18 2023, 2:42 AM
benshi001 accepted this revision.Jul 18 2023, 7:53 PM

LGTM. Thanks! One more suggestion, just remove the trailing dot in the title.

This revision is now accepted and ready to land.Jul 18 2023, 7:53 PM
jacquesguan retitled this revision from [AVR] Enable verifyInstructionPredicates for AVR. to [AVR] Enable verifyInstructionPredicates for AVR.Jul 18 2023, 8:42 PM
jacquesguan edited the summary of this revision. (Show Details)
This revision was landed with ongoing or failed builds.Jul 18 2023, 8:43 PM
This revision was automatically updated to reflect the committed changes.