mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
* This is just enough to create regions/blocks and iterate over them. * Does not yet implement the preferred iteration strategy (python pseudo containers). * Refinements need to come after doing basic mappings of operations and values so that the whole hierarchy can be used. Differential Revision: https://reviews.llvm.org/D86683