Skip to content
  • Dan Gohman's avatar
    Fix a tblgen problem handling variable_ops in tblgen instruction · 6e582c44
    Dan Gohman authored
    definitions. This adds a new construct, "discard", for indicating
    that a named node in the input matching pattern is to be discarded,
    instead of corresponding to a node in the output pattern. This
    allows tblgen to know where the arguments for the varaible_ops are
    supposed to begin.
    
    This fixes "rdar://5791600", whatever that is ;-).
    
    llvm-svn: 51699
    6e582c44
Loading