summaryrefslogtreecommitdiff
path: root/test/codegen/logic.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: add De Morgan's rewrite ruleStefan2023-05-101-0/+14
* test/codegen: combine trivial PPC64 tests into ppc64xPaul E. Murphy2023-01-271-2/+1
* cmd/compile: add anchored version of SPKeith Randall2023-01-191-5/+1
* cmd/compile: combine OR + NOT into ORN on PPC64Paul E. Murphy2022-05-041-0/+8
* cmd/compile: don't rewrite (CMP (AND x y) 0) to TEST if AND has other usesKeith Randall2020-08-171-0/+24