[PATCH] D34437: [InstCombine] Don't let folding (select (icmp eq (and X, C1), 0), Y, (or Y, C2)) create more instructions than it removes
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 21 06:20:33 PDT 2017
- Previous message: [PATCH] D34437: [InstCombine] Don't let folding (select (icmp eq (and X, C1), 0), Y, (or Y, C2)) create more instructions than it removes
- Next message: [PATCH] D34437: [InstCombine] Don't let folding (select (icmp eq (and X, C1), 0), Y, (or Y, C2)) create more instructions than it removes
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.
LGTM. Don't forget to remove the 'TODO' comments from the test file.
https://reviews.llvm.org/D34437
- Previous message: [PATCH] D34437: [InstCombine] Don't let folding (select (icmp eq (and X, C1), 0), Y, (or Y, C2)) create more instructions than it removes
- Next message: [PATCH] D34437: [InstCombine] Don't let folding (select (icmp eq (and X, C1), 0), Y, (or Y, C2)) create more instructions than it removes
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits
mailing list