Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/X86/inline-asm-avx512f-x-constraint.ll | ||
---|---|---|
22 | Add more vector types (half, <8 x half>) to improve the coverage? |
Comment Actions
Rebased.
llvm/test/CodeGen/X86/inline-asm-avx512f-x-constraint.ll | ||
---|---|---|
22 | There will be many tests to meet the coverage, since we have the matrix {'v', 'x', 'Yz', ...} * 128/256/512. I checked we don't fully tested double either, I guess there might be no much value to do so since no difference among different FP types in SSE register classes. |
llvm/test/CodeGen/X86/inline-asm-avx512f-x-constraint.ll | ||
---|---|---|
24 | Maybe use a meaningful instruction, .e.g vaddph. |
Add more vector types (half, <8 x half>) to improve the coverage?