mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01:03 +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