Skip to content
  • Nadav Rotem's avatar
    · 771f2967
    Nadav Rotem authored
    [VECTOR-SELECT]
    During type legalization we often use the SIGN_EXTEND_INREG SDNode.
    When this SDNode is legalized during the LegalizeVector phase, it is
    scalarized because non-simple types are automatically marked to be expanded.
    In this patch we add support for lowering SIGN_EXTEND_INREG manually.
    This fixes CodeGen/X86/vec_sext.ll when running with the '-promote-elements'
    flag.
    
    llvm-svn: 135144
    771f2967
Loading