AVX512: Implemented encoding and intrinsics for vpalignr
Added tests for intrinsics and encoding.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/X86/X86InstrSSE.td | ||
---|---|---|
5802 | The same instruction is supported in AVX-512 VL/BW. I think you should specify this. |
The same instruction is supported in AVX-512 VL/BW. I think you should specify this.
Please add IR tests for AVX-512 to see that the shuffles still work.