[SCEV] Fix FoldID::addInteger(unsigned long I)
"unsigned long" can be 8 bytes, but the code assumes 4. This this the real root cause D122215 was reverted. Reviewed By: fhahn Differential Revision: https://reviews.llvm.org/D144316
Loading
Please sign in to comment