This is an archive of the discontinued LLVM Phabricator instance.

Fix regression of D157680
ClosedPublic

Authored by XinWang10 on Aug 17 2023, 11:53 PM.

Details

Summary

Test cases in D157680 should be target specific, but miss some limit, add them back to make buildbot pass.

Diff Detail

Unit TestsFailed

Event Timeline

XinWang10 created this revision.Aug 17 2023, 11:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2023, 11:53 PM
Herald added a subscriber: pengfei. · View Herald Transcript
XinWang10 requested review of this revision.Aug 17 2023, 11:53 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 17 2023, 11:53 PM
Hahnfeld accepted this revision.Aug 18 2023, 12:00 AM
Hahnfeld added a subscriber: Hahnfeld.

LG. IMHO such fixes to the tests can be committed without review :)

This revision is now accepted and ready to land.Aug 18 2023, 12:00 AM
skan accepted this revision.Aug 18 2023, 12:02 AM

LGTM

LG. IMHO such fixes to the tests can be committed without review :)

OK, Thanks for explanation.

This revision was landed with ongoing or failed builds.Aug 18 2023, 12:12 AM
This revision was automatically updated to reflect the committed changes.
Matt added a subscriber: Matt.Aug 18 2023, 11:47 AM
Matt added inline comments.
llvm/test/CodeGen/X86/x86-prefer-no-gather-no-scatter.ll
3

Thinking out loud about this combination, does it ever make sense for any subtarget to have both +fast-gather _and +prefer-no-gather features at the same time?

MaskRay added inline comments.
clang/test/Driver/x86-no-gather-no-scatter.cpp
2–3

This may not be worth changing now because please don't use 3.4 deprecated -target for newer tests. And I'd expect that you have checked --target= as %clang_cl command uses it.