The motivation is to make an opportunity to compute and return
expressions after parsing ICmp into a range check (e.g. Length + 1)
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks pretty straightforward.
llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp | ||
---|---|---|
368–369 | *Index = nullptr, just to avoid errors in the future. |
*Index = nullptr, just to avoid errors in the future.