mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Some of the changes in the patch include: 1. Using iterators instead of instruction pointers when applicable. 2. Modifying Polly functions to accept iterators instead of inst pointers. 3. Updating API usages such as use begin instead of front.