aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/memcmp-1.ll
AgeCommit message (Expand)Author
2017-04-09[InstCombine] auto-generate better checks; NFCSanjay Patel
2015-08-28Optimize memcmp(x,y,n)==0 for small n and suitably aligned x/y.Chad Rosier
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-08-19InstCombine: Annotate sub with nsw when we prove it's safeDavid Majnemer
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
2012-11-12Normalize memcmp constant folding results.Meador Inge
2012-11-11Remove hard-coded constant in Transforms/InstCombine/memcmp-1.llMeador Inge
2012-11-11instcombine: Migrate memcmp optimizationsMeador Inge