Files
swift-mirror/lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp
Erik Eckstein 0d596fd8c7 ABCOpts: fix a miscompile in case a value is added to the array index
For example: `array[i + x]`. In this case the addition of `x` was misinterpreted as pre-increment of the induction variable

rdar://118026862
2023-11-20 11:20:55 +01:00

51 KiB