summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/InstSimplify/ptr_diff.ll
AgeCommit message (Expand)Author
2022-06-10[InstSimplify] Convert tests to opaque pointers (NFC)Nikita Popov
2022-02-07[test] Use -passes=instsimplify instead of -instsimplify in a number of tests...Bjorn Pettersson
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2016-03-25[InstSimplify] regenerate checks using a scriptSanjay Patel
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
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