This is an archive of the discontinued LLVM Phabricator instance.

[test] Remove occurences of br undef in CodeGen/PowerPC tests
Needs RevisionPublic

Authored by kritgpt on Mar 8 2023, 4:35 PM.

Diff Detail

Event Timeline

kritgpt created this revision.Mar 8 2023, 4:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 4:35 PM
kritgpt requested review of this revision.Mar 8 2023, 4:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 4:35 PM
lkail added a subscriber: lkail.
nlopes requested changes to this revision.Mar 9 2023, 12:05 AM

tests are failing. please run all the tests before submitting patches.

This revision now requires changes to proceed.Mar 9 2023, 12:05 AM

tests are failing. please run all the tests before submitting patches.

I checked these files with ninja check-llvm and all tests passed, but some fail here. Is there other checks I can perform before submitting a patch?

nlopes added a comment.Mar 9 2023, 4:39 AM

tests are failing. please run all the tests before submitting patches.

I checked these files with ninja check-llvm and all tests passed, but some fail here. Is there other checks I can perform before submitting a patch?

probably you compiled LLVM with a single backend. You need to compile LLVM with everything.

You can also try a quick check of llvm-lit test/CodeGen/PowerPC to run all the tests in that directory. If that ends up running zero tests, you've definitely not built the PowerPC target.