Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/Transforms/InstCombine/
-
trunk/
-
lib/
-
Transforms/
-
InstCombine/
-
InstCombineSelect.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D29081
Use InstCombine's builder in foldSelectCttzCtlz instead of creating a new one.
Closed
Public
Authored by
deadalnix
on Jan 24 2017, 6:28 AM.
Download Raw Diff
Details
Reviewers
majnemer
andreadb
mehdi_amini
Commits
rGd90f5f669855: Use InstCombine's builder in foldSelectCttzCtlz instead of creating a new one.
rL292957: Use InstCombine's builder in foldSelectCttzCtlz instead of creating a new one.
Summary
As per title. This will add the instructiions we are interested in in the worklist.
Diff Detail
Repository
rL LLVM
Event Timeline
deadalnix
created this revision.
Jan 24 2017, 6:28 AM
Harbormaster
completed remote builds in
B3244: Diff 85579
.
Jan 24 2017, 6:28 AM
andreadb
added a subscriber:
llvm-commits
.
Jan 24 2017, 6:38 AM
majnemer
accepted this revision.
Jan 24 2017, 9:09 AM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Jan 24 2017, 9:09 AM
Closed by commit
rL292957: Use InstCombine's builder in foldSelectCttzCtlz instead of creating a new one.
(authored by
deadalnix
).
·
Explain Why
Jan 24 2017, 9:59 AM
This revision was automatically updated to reflect the committed changes.