aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstSimplify/ptr_diff.ll
AgeCommit message (Expand)Author
2013-02-05ConstantFolding: Fix a crash when encoutering a truncating inttoptr.Benjamin Kramer
2013-02-01InstSimplify: stripAndComputeConstantOffsets can be called with vectors of po...Benjamin Kramer
2012-03-25Switch the pointer-difference simplification logic to only work withChandler Carruth
2012-03-12Teach instsimplify how to constant fold pointer differences.Chandler Carruth