This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Precommit test for D128717
ClosedPublic

Authored by Jimerlife on Jun 28 2022, 7:24 PM.

Details

Summary

Precommit test for D128717. In this precommit test, I set Imm = -1 for vector_spilce. If Imm >= 0, tests will crash.

Diff Detail

Event Timeline

Jimerlife created this revision.Jun 28 2022, 7:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 28 2022, 7:24 PM
Jimerlife requested review of this revision.Jun 28 2022, 7:24 PM
Jimerlife edited the summary of this revision. (Show Details)Jun 28 2022, 8:23 PM

Can I commit this test? Is this test ok?

craig.topper accepted this revision.Jul 7 2022, 9:28 AM
This revision is now accepted and ready to land.Jul 7 2022, 9:28 AM
This revision was landed with ongoing or failed builds.Jul 7 2022, 6:47 PM
This revision was automatically updated to reflect the committed changes.
jrtc27 added a comment.Jul 7 2022, 7:06 PM

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

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

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

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

OK, Thank you. After I rebase main, I forgot to run update_llc_check_tests.py.