summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/xor.ll
Commit message (Expand)AuthorAgeFilesLines
* [DAGCombine][X86][AArch64][AMDGPU] (x - y) + -1 -> add (xor y, -1), x fold...Roman Lebedev2019-05-301-10/+8
* [DAGCombine] Revert of recommit of "binop-with-const hoisting" patchesRoman Lebedev2019-05-301-8/+10
* [DAGCombine][X86][AArch64][AMDGPU] (x - y) + -1 -> add (xor y, -1), x fold...Roman Lebedev2019-05-281-10/+8
* Revert DAGCombine "hoist binop with const" foldsRoman Lebedev2019-05-281-8/+10
* [DAGCombine][X86][AArch64][AMDGPU] (x - y) + -1 -> add (xor y, -1), x foldRoman Lebedev2019-05-281-10/+8
* [NFC][X86][AArch64] Add tests for missing (x - y) + -1 -> not(y) + x foldRoman Lebedev2019-05-221-0/+69
* [DAGCombiner] form 'not' ops ahead of shifts (PR39657)Sanjay Patel2018-11-221-3/+2
* [AArch64, x86] add tests for shift-not (PR39657); NFCSanjay Patel2018-11-201-0/+18
OpenPOWER on IntegriCloud