aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Reassociate/xor_reassoc.ll
Commit message (Expand)AuthorAgeFilesLines
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-11/+11
* Fix a XOR reassociation bug. Shuxin Yang2013-04-271-0/+27
* Correct assertion conditionShuxin Yang2013-04-011-0/+15
* Implement XOR reassociation. It is based on following rules:Shuxin Yang2013-03-301-0/+151