mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
This gives the region a more meaningful name. The topic came up in a discussion on https://reviews.llvm.org/D155435, where the name `region` would have led to a situation where a convenience accessor called `region` (after the ODS name) would have returned a Block. Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D155810
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.