This is an archive of the discontinued LLVM Phabricator instance.

[llvm-reduce] Split operands-skip.ll into serial and parallel parts
ClosedPublic

Authored by DavidSpickett on Jul 28 2022, 7:21 AM.

Details

Summary

This fixes a test failure when building with LLVM_ENABLE_THREADS=OFF.

Diff Detail

Event Timeline

DavidSpickett created this revision.Jul 28 2022, 7:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2022, 7:21 AM
DavidSpickett requested review of this revision.Jul 28 2022, 7:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2022, 7:21 AM

Instead of copying the file, use the original one as the input for the parallel test.

fhahn accepted this revision.Aug 3 2022, 9:30 AM

LGTM, thanks!

llvm/test/tools/llvm-reduce/operands-skip-parallel.ll
3

nit: Might be good to add a comment that this re-uses llvm/test/tools/llvm-reduce/operands-skip.ll

This revision is now accepted and ready to land.Aug 3 2022, 9:30 AM
This revision was landed with ongoing or failed builds.Aug 4 2022, 1:51 AM
This revision was automatically updated to reflect the committed changes.
DavidSpickett marked an inline comment as done.Aug 4 2022, 1:52 AM