This patch removes br undef as suggested by https://discourse.llvm.org/t/please-dont-use-br-undef-in-tests-aka-please-avoid-test-cases-with-ub/63115. Script used: https://gist.github.com/kritgpt/69bfc7ef78e1784716c693d531a58adf.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
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?
Comment Actions
probably you compiled LLVM with a single backend. You need to compile LLVM with everything.
Comment Actions
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.