In markConstant, MayIncludeUndef makes a difference when the Constant is
ConstantInt. Currently we hard code MayIncludeUndef as true, but in fact
only when there is at least one operand has
constantrange_including_undef, the simplifed result can
MayIncludingUndef.
Details
Details
- Reviewers
nikic
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo