Skip to content
  • Duncan Sands's avatar
    I don't think it makes any sense to assert that the target supports SSE3 here. · c4fb38b8
    Duncan Sands authored
    The user (i.e. whoever generated a call to the intrinsic in the first place) is
    essentially asking for a particular instruction to be placed in the assembler.
    If that instruction won't execute on the target machine, that's their problem
    not ours.  Two buildbots with processors that don't support SSE3 were barfing
    on the apm.ll test in CodeGen/X86 because of this assertion.
    
    llvm-svn: 120574
    c4fb38b8
Loading