fix overflow in example code in 'llvm/lib/Transforms/Scalar/LoopInterchange.cpp'
A[j-1][i-1]+k; is access memory before A when i and j is 0.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests