summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/combine-add.ll
Commit message (Expand)AuthorAgeFilesLines
* [DAGCombiner][X86][AArch64][AMDGPU] (x + C) - y -> (x - y) + C fold. Try 3Roman Lebedev2019-05-301-2/+2
* [DAGCombine] Revert of recommit of "binop-with-const hoisting" patchesRoman Lebedev2019-05-301-2/+2
* [DAGCombiner][X86][AArch64][AMDGPU] (x + C) - y -> (x - y) + C fold. Try 2Roman Lebedev2019-05-281-2/+2
* Revert DAGCombine "hoist binop with const" foldsRoman Lebedev2019-05-281-2/+2
* [DAGCombiner][X86][AArch64][AMDGPU] (x + C) - y -> (x - y) + C foldRoman Lebedev2019-05-281-2/+2
* [DAGCombiner] fold (add (add (xor a, -1), b), 1) -> (sub b, a)Amaury Sechet2019-03-081-17/+8
* Fix typo in constant vectorSimon Pilgrim2019-03-081-3/+3
* [X86] Add test cases for D58874Simon Pilgrim2019-03-051-0/+45
* [DAGCombine] Add ADD(SUB,SUB) combinesSimon Pilgrim2019-02-041-13/+6
* [X86] Add a couple of missed ADD combine tests Simon Pilgrim2019-02-041-0/+42
* [X86] Handle COPYs of physregs better (regalloc hints)Simon Pilgrim2018-09-191-6/+6
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-34/+34
* [DAGCombiner] Update most ADD combines to support general vector combinesSimon Pilgrim2016-10-121-50/+27
* [X86][SSE] Added vector add combine testsSimon Pilgrim2016-09-161-0/+339
OpenPOWER on IntegriCloud