Skip to content
  • Chris Lattner's avatar
    finally remove the immAllOnesV_bc/immAllZerosV_bc patterns · 6642118e
    Chris Lattner authored
    and those derived from them.  These are obnoxious because
    they were written as: PatLeaf<(bitconvert).  Not having an
    argument was foiling adding better type checking for operand
    count matching up with what was required (in this case,
    bitconvert always requires an operand!)
    
    llvm-svn: 99759
    6642118e
Loading