about summary refs log tree commit diff stats
path: root/subx/032check_operand_bounds.cc
Commit message (Collapse)AuthorAgeFilesLines
* 4544Kartik Agaram2018-09-121-1/+1
| | | | | | | | Attempt #3 at fixing CI. In the process the feature gets a lot less half-baked. Ridiculously misleading that we had `has_metadata()` was special-cased to one specific transform. I suck.
* 4499Kartik Agaram2018-08-091-2/+2
| | | | | More tweaks for check passes. Ensure they're never first-class transforms.
* 4483Kartik Agaram2018-08-041-0/+54
Reorganize layers in accordance with the plan in layer 29.