AVX512 : Implemented encoding and DAG lowering for VMOVHPS/PD and VMOVLPS/PD instructions.
Added tests for encoding.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/CodeGen/X86/avx-isa-check.ll | ||
---|---|---|
352 ↗ | (On Diff #39670) | Out of curiosity, what do these checks actually check? |
Comment Actions
It is not a new test that should check DAG lowering. Igor added predicates to SSE/AVX patterns in order to use the same instruction from AVX512F set.
This test runs on all targets and just checks that nothing fails (checks target predicates).
- Elena