add byte shift left/right
add SAD - compute sum of absolute differences
Details
Details
Diff Detail
Diff Detail
Event Timeline
../llvmTmp/lib/Target/X86/X86InstrAVX512.td | ||
---|---|---|
6788 | While DAG lowering, we build SHIFT nodes with Imm8. I suppose that Imm32 will not work in this case. |
While DAG lowering, we build SHIFT nodes with Imm8. I suppose that Imm32 will not work in this case.
Could you, please, add IR tests for these nodes?