mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 23:31:50 +08:00
Fix upper bound constraint addition in addAffineParallelOpDomain; it was off by one in the case of constants. Differential Revision: https://reviews.llvm.org/D144836