NFC.
Updated 3 Codegen regression tests to use the -mattr flag instead of the -mcpu flags as follows:
Instead of -mcpu=skx use -mattr=+avx512f,+avx512bw,+avx512vl,+avx512dq
Instead of -mcpu=knl use -mattr=+avx512f
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/CodeGen/X86/pr32329.ll | ||
---|---|---|
4 | Please add a comment about this test: According to https://bugs.llvm.org/show_bug.cgi?id=32329 |
Comment Actions
Added the following comment to pr32329.ll:
"According to https://bugs.llvm.org/show_bug.cgi?id=32329 it checks DAG ISEL failure on SKX target"
Please add a comment about this test: According to https://bugs.llvm.org/show_bug.cgi?id=32329
it checks DAG ISEL failure on SKX target.