[X86][AVX] Eliminate redundant movzbl instruction.
The movzbl instruction can be combined to vpinsrb or vmovd, when it is actual lowered from anyext. Differential Revision: https://reviews.llvm.org/D130953
Loading
Please sign in to comment
The movzbl instruction can be combined to vpinsrb or vmovd, when it is actual lowered from anyext. Differential Revision: https://reviews.llvm.org/D130953