Skip to content
  • Chris Lattner's avatar
    Convert 'and' to single instance of a multipattern · 26d6a044
    Chris Lattner authored
    which instantiates the 34 versions of and all in one
    swoop.  The BaseOpc/BaseOpc2/BaseOpc4 stuff should not
    be required, but tblgen's feeble brain explodes when I
    use Or4<BaseOpc>.V in the multipattern.
    
    No change in the generated .inc files.
    
    llvm-svn: 115893
    26d6a044
Loading