Nikita Popov 98db33349b [SLC] Fix pointer diff type in sprintf() optimization
We should always be calculating a byte-wise difference here.
Previously this calculated the pointer difference while taking
the pointer element type into account, which is incorrect.
2022-01-25 15:22:56 +01:00
..
2020-06-30 19:56:37 +01:00
2022-01-20 09:31:46 -08:00
2022-01-20 09:31:46 -08:00
2021-11-15 12:29:37 -05:00
2021-08-16 09:28:06 -07:00

This directory contains test cases for the instcombine transformation.  The
dated tests are actual bug tests, whereas the named tests are used to test
for features that the this pass should be capable of performing.