Skip to content
  • Duncan Sands's avatar
    Add codegen support for vector select (in the IR this means a select · f2641e1b
    Duncan Sands authored
    with a vector condition); such selects become VSELECT codegen nodes.
    This patch also removes VSETCC codegen nodes, unifying them with SETCC
    nodes (codegen was actually often using SETCC for vector SETCC already).
    This ensures that various DAG combiner optimizations kick in for vector
    comparisons.  Passes dragonegg bootstrap with no testsuite regressions
    (nightly testsuite as well as "make check-all").  Patch mostly by
    Nadav Rotem.
    
    llvm-svn: 139159
    f2641e1b
Loading