Another case of https://github.com/llvm/llvm-project/issues/55085.
The added test would trip an assertion due to calling getSExtValue() on a value that doesn't fit in int64_t.
Differential D158810
[ConstraintElim] fix crash with large constants in mul nsw erikdesjardins on Aug 24 2023, 9:14 PM. Authored by
Details Another case of https://github.com/llvm/llvm-project/issues/55085. The added test would trip an assertion due to calling getSExtValue() on a value that doesn't fit in int64_t.
Diff Detail
Event Timeline
|
Just realized I forgot to generate checks for this, fixed in https://reviews.llvm.org/rGdf112cba034eefb86d0e92e18518f5e944d58c37