Missing climits header file in MemRefUtils.h
MemRefUtils.h uses UINT_MAX, which is not included in current header files list. This patch include climits to avoid compilation error in this header file. Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D131529
Loading
Please sign in to comment