Test cases in D157680 should be target specific, but miss some limit, add them back to make buildbot pass.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
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? |
clang/test/Driver/x86-no-gather-no-scatter.cpp | ||
---|---|---|
2 | 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. |
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.