mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 01:46:06 +00:00

Fix a bug in method `getUntiledProducerFromSliceSource` where address sanitizer fails compilation on heap buffer overflow for accessing value out of the iteration range. This PR fixes the issue and adds a lit test to reproduce it.