mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00

The current return type sometimes leads to code like to_vector<2>(ValueRange(loop.getInductionIvs())). It would be nice to shorten it. Users who need access to Block::BlockArgListType (if there are any), can always call getBody()->getArguments(); if needed. Also remove getNumInductionVars(), since there is getNumLoops(). Differential Revision: https://reviews.llvm.org/D77526
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.