The new test llvm/test/Transforms/CodeGenPrepare/remove-assume-block.ll
breaks on non-X86 machines. Change it to look like the existing test
llvm/test/Transforms/CodeGenPrepare/X86/delete-assume-dead-code.ll
to fix it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is there a way to force a specific builder (like https://lab.llvm.org/buildbot/#/builders/107) to test a change like this? Or does the change have to be committed before those builders can run on it?
Comment Actions
Yeah, those builders can't run pre-commit. And the few pre-commit bots we have don't have the non-x86 config.