a = a + b
a += b
Compress `a = a + b` to `a += b` and for other binary operators that are possible to.
CompressOptions::target