summaryrefslogtreecommitdiffstats
path: root/llvm/test/TableGen/foreach-range-parse-errors3.td
Commit message (Collapse)AuthorAgeFilesLines
* TableGen: Handle nontrivial foreach range boundsMatt Arsenault2019-05-221-0/+8
This allows using anything that isn't a literal integer as the bounds for a foreach. Some of the diagnostics aren't perfect, but nobody ever accused tablegen of having good errors. For example, the existing wording suggests a bitrange is valid, but as far as I can tell this has never worked. Fixes bug 41958. llvm-svn: 361434
OpenPOWER on IntegriCloud