Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@craig.topper hi, Craig. why we don't set it as std::numeric_limits<int>::min() previously?
Comment Actions
I think it can only go as small as -(1 << 30), since the pointer traits in ReachingDef takes the last two bits.
We have seen values between -(1<<21) and -(1<<20) in some workloads tripping the Defs must be sorted and unique assertion, so it may be prudent to set it to at least -(1<<22).