This is an archive of the discontinued LLVM Phabricator instance.

Fix the order of directives and the target string
ClosedPublic

Authored by Chia-hungDuan on Mar 22 2021, 2:18 AM.

Details

Summary

In the original structure, it will try to match CHECK-LABEL first then see if
the subsequent doesn't have the target strings. This is not what we are
expected. We are expecting the two functions which will be deleted should be
matched before CHECK-LABEL. Also fixed the function names.

Diff Detail

Event Timeline

Chia-hungDuan created this revision.Mar 22 2021, 2:18 AM
Chia-hungDuan requested review of this revision.Mar 22 2021, 2:18 AM
jpienaar accepted this revision.Mar 22 2021, 6:22 AM

Good catch

This revision is now accepted and ready to land.Mar 22 2021, 6:22 AM
This revision was landed with ongoing or failed builds.Mar 22 2021, 11:10 AM
This revision was automatically updated to reflect the committed changes.