Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paths
Table of Contents
t
Hide Panel
f
Keyboard Reference
?
Differential
D145334
[InstCombine] Add tests for transform `(shift X,(Or Y, BitWidth-1))`; NFC
Closed
Public
Actions
Authored by
goldstein.w.n
on Sun, Mar 5, 2:40 PM.
Edit Revision
Update Diff
Download Raw Diff
Edit Related Revisions...
Edit Parent Revisions
Edit Child Revisions
Edit Related Objects...
Edit Commits
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
Restricted Project
Restricted Project
Subscribers
llvm-commits
StephenFan
Details
Reviewers
spatel
nikic
majnemer
Commits
rG9bb409ff1d0c: [InstCombine] Add tests for transform `(shift X,(Or Y, BitWidth-1))`; NFC
Diff Detail
Repository
rG LLVM Github Monorepo
Event Timeline
goldstein.w.n
created this revision.
Sun, Mar 5, 2:40 PM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Sun, Mar 5, 2:40 PM
goldstein.w.n
requested review of this revision.
Sun, Mar 5, 2:40 PM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Sun, Mar 5, 2:40 PM
Herald
added a subscriber:
llvm-commits
.
·
View Herald Transcript
goldstein.w.n
added reviewers:
spatel
,
nikic
,
majnemer
.
Sun, Mar 5, 2:42 PM
Herald
added a subscriber:
StephenFan
.
·
View Herald Transcript
Sun, Mar 5, 2:42 PM
goldstein.w.n
added a child revision:
D145326: [InstCombine] Transform `(shift X,Or(Y,BitWidth-1))` -> `(shift X,BitWidth-1)`
.
Sun, Mar 5, 2:42 PM
Harbormaster
completed remote builds in
B217459: Diff 502478
.
Sun, Mar 5, 3:29 PM
Mztea928
added a child revision:
D145351: [cmake] Export component info needed to determine which libraries are in libLLVM.so.
.
Sun, Mar 5, 10:16 PM
nikic
accepted this revision.
Mon, Mar 6, 1:33 AM
Comment Actions
LG
llvm/test/Transforms/InstCombine/shift.ll
2079
propagate
This revision is now accepted and ready to land.
Mon, Mar 6, 1:33 AM
goldstein.w.n
removed a child revision:
D145351: [cmake] Export component info needed to determine which libraries are in libLLVM.so.
.
Mon, Mar 6, 10:24 AM
goldstein.w.n
marked an inline comment as done.
Mon, Mar 6, 10:32 AM
goldstein.w.n
updated this revision to
Diff 502706
.
Mon, Mar 6, 10:32 AM
Comment Actions
Fix misspell
Harbormaster
completed remote builds in
B217626: Diff 502706
.
Mon, Mar 6, 1:51 PM
Closed by commit
rG9bb409ff1d0c: [InstCombine] Add tests for transform `(shift X,(Or Y, BitWidth-1))`; NFC
(authored by
goldstein.w.n
).
·
Explain Why
Mon, Mar 6, 6:31 PM
This revision was automatically updated to reflect the committed changes.
goldstein.w.n
added a commit:
rG9bb409ff1d0c: [InstCombine] Add tests for transform `(shift X,(Or Y, BitWidth-1))`; NFC
.