This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Precommit test for D122634
ClosedPublic

Authored by pcwang-thead on Apr 8 2022, 12:05 AM.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptApr 8 2022, 12:05 AM
pcwang-thead requested review of this revision.Apr 8 2022, 12:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 8 2022, 12:05 AM

Add test for position instructions and CFI.

luismarques accepted this revision.Apr 20 2022, 3:23 AM

LGTM. Don't forget to fix the typo before committing.

llvm/test/CodeGen/RISCV/machine-outliner-position.mir
9

instructions

This revision is now accepted and ready to land.Apr 20 2022, 3:23 AM

Rebase and fix typo.

This revision was landed with ongoing or failed builds.Apr 21 2022, 1:09 AM
This revision was automatically updated to reflect the committed changes.

https://llvm.org/docs/DeveloperPolicy.html:

  • The commit message for the reverting commit should explain why patch is being reverted.

Why was the commit reverted?

https://llvm.org/docs/DeveloperPolicy.html:

  • The commit message for the reverting commit should explain why patch is being reverted.

Why was the commit reverted?

Sorry. This patch caused some errors because there was no nounwind attr in machine-outliner-cfi.mir.

I will add the reason when I recommit it.

pcwang-thead reopened this revision.Apr 21 2022, 6:15 AM
This revision is now accepted and ready to land.Apr 21 2022, 6:15 AM

Add nounwind attr to machine-outliner-cfi.mir.

This revision was landed with ongoing or failed builds.Apr 21 2022, 9:20 PM
This revision was automatically updated to reflect the committed changes.