aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/memset-1.ll
AgeCommit message (Expand)Author
2017-04-25SimplifyLibCalls: Fix crash on memset(notmalloc())Matthias Braun
2016-01-26[LibCallSimplifier] fold memset(malloc(x), 0, x) --> calloc(1, x)Sanjay Patel
2016-01-19add tests to show missing memset/malloc optimizations (PR25892)Sanjay Patel
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
2012-11-11instcombine: Migrate memset optimizationsMeador Inge