llvm-project
09318c6b - [MLIR][OpenMP] Fix and simplify bounds offset calculation for 1-D GEP offsets (#165486)

Commit
5 days ago
[MLIR][OpenMP] Fix and simplify bounds offset calculation for 1-D GEP offsets (#165486) Currently this is being calculated incorrectly and will result in incorrect index offsets in more complicated array slices. This PR tries to address it by refactoring and changing the calculation to be more correct.
Author
Parents
Loading