TableGen: Factor out STRCONCAT constructor, add shortcut.
authorMatthias Braun <matze@braunis.de>
Mon, 5 Dec 2016 05:21:18 +0000 (05:21 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 5 Dec 2016 05:21:18 +0000 (05:21 +0000)
commit6e074de48eb22c791ed8827e4e44eddeee18abe0
treef7f4251d4b241a5c36d121e2d0509af6659dde49
parentb1627ff0c83ca5af0f3d05e6e51cb265625218af
TableGen: Factor out STRCONCAT constructor, add shortcut.

Introduce new constructor for STRCONCAT binop with a shortcut that
immediately concatenates if the two arguments are StringInits.
Makes the QualifyName code more readable and tablegen 2-3% faster.

llvm-svn: 288639
llvm/lib/TableGen/Record.cpp