[MLIR] Add mapping based on ValueRange to BlockAndValueMapper.
Summary: It is often needed to map entire ranges rather than single values. To avoid writing the same for loop every time, I have added an overload to the map method. Differential Revision: https://reviews.llvm.org/D73894
parent
482e236e
Please register or sign in to comment