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
Unit Tests
Unit Tests
Differential D120882
fix overflow in example code. 0x00-pl on Mar 3 2022, 2:40 AM. Authored by
Details
fix overflow in example code in 'llvm/lib/Transforms/Scalar/LoopInterchange.cpp'
Diff Detail
Unit Tests |