This is an archive of the discontinued LLVM Phabricator instance.

[LoongArch][test] Regenerate checks for the ghc-cc.ll test case
ClosedPublic

Authored by xen0n on Dec 26 2022, 4:08 AM.

Details

Summary

Seems the codegen was stale (the extra ret after the tail call should
not be there, and indeed it is not emitted by the current code), plus
the whitespaces are different from the update_llc_test_checks.py style.
Simply regenerate it to fix the test failure.

Diff Detail

Event Timeline

xen0n created this revision.Dec 26 2022, 4:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 26 2022, 4:08 AM
xen0n requested review of this revision.Dec 26 2022, 4:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 26 2022, 4:08 AM
SixWeining accepted this revision.Dec 26 2022, 4:16 AM

Thanks for the quick fix!

This revision is now accepted and ready to land.Dec 26 2022, 4:16 AM
This revision was landed with ongoing or failed builds.Dec 26 2022, 4:17 AM
This revision was automatically updated to reflect the committed changes.

Thanks for the quick fix, sorry for my fault on that.