Skip to content
  • Sanjay Patel's avatar
    d24f6347
    [DAGCombiner] narrow truncated vector binops when legal · d24f6347
    Sanjay Patel authored
      
    This is the smallest vector enhancement I could find to D54640.
    Here, we're allowing narrowing to only legal vector ops because we'll see
    regressions without that. All of the test diffs are wins from what I can tell.
    With AVX/AVX512, we can shrink ymm/zmm ops to xmm.
    
    x86 vector multiplies are the problem case that we're avoiding due to the
    patchwork ISA, and it's not clear to me if we can dance around those
    regressions using TLI hooks or if we need preliminary patches to plug those
    holes.
    
    Differential Revision: https://reviews.llvm.org/D55126
    
    llvm-svn: 348195
    d24f6347
    [DAGCombiner] narrow truncated vector binops when legal
    Sanjay Patel authored
      
    This is the smallest vector enhancement I could find to D54640.
    Here, we're allowing narrowing to only legal vector ops because we'll see
    regressions without that. All of the test diffs are wins from what I can tell.
    With AVX/AVX512, we can shrink ymm/zmm ops to xmm.
    
    x86 vector multiplies are the problem case that we're avoiding due to the
    patchwork ISA, and it's not clear to me if we can dance around those
    regressions using TLI hooks or if we need preliminary patches to plug those
    holes.
    
    Differential Revision: https://reviews.llvm.org/D55126
    
    llvm-svn: 348195
Loading