Skip to content
  • David Greene's avatar
    · c4da110f
    David Greene authored
    [AVX] VEXTRACTF128 support.  This commit includes patterns for
    matching EXTRACT_SUBVECTOR to VEXTRACTF128 along with support routines
    to examine and translate index values.  VINSERTF128 comes next.  With
    these two in place we can begin supporting more AVX operations as
    INSERT/EXTRACT can be used as a fallback when 256-bit support is not
    available.
    
    llvm-svn: 124797
    c4da110f
Loading