mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
When querying the lower bound and upper bound of loop to update the value range of a loop iteration variable, the program point to depend on should be the block corresponding to the iteration variable rather than the loop operation.