[PATCH] D48223: DAG combine "and|or (select c, -1, 0), x" -> "select c, x, 0|-1"
Mark Searles via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 15 12:37:48 PDT 2018
- Previous message: [PATCH] D48223: DAG combine "and|or (select c, -1, 0), x" -> "select c, x, 0|-1"
- Next message: [PATCH] D48223: DAG combine "and|or (select c, -1, 0), x" -> "select c, x, 0|-1"
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
msearles accepted this revision.
msearles added a comment.
This revision is now accepted and ready to land.
LGTM
https://reviews.llvm.org/D48223
- Previous message: [PATCH] D48223: DAG combine "and|or (select c, -1, 0), x" -> "select c, x, 0|-1"
- Next message: [PATCH] D48223: DAG combine "and|or (select c, -1, 0), x" -> "select c, x, 0|-1"
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits
mailing list