Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paths
Table of Contents
t
Hide Panel
f
Keyboard Reference
?
Differential
D145335
[InstSimplify] Add tests for `(shl nuw nsw X, BitWidth - 1)` -> `0`; NFC
Closed
Public
Actions
Authored by
goldstein.w.n
on Sun, Mar 5, 2:45 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
nikic
spatel
majnemer
Commits
rGa1771ad1d512: [InstSimplify] Add tests for `(shl nuw nsw X, BitWidth - 1)` -> `0`; NFC
Diff Detail
Repository
rG LLVM Github Monorepo
Event Timeline
goldstein.w.n
created this revision.
Sun, Mar 5, 2:45 PM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Sun, Mar 5, 2:45 PM
goldstein.w.n
requested review of this revision.
Sun, Mar 5, 2:45 PM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Sun, Mar 5, 2:45 PM
Herald
added a subscriber:
llvm-commits
.
·
View Herald Transcript
goldstein.w.n
added reviewers:
nikic
,
spatel
,
majnemer
.
Sun, Mar 5, 2:46 PM
Herald
added a subscriber:
StephenFan
.
·
View Herald Transcript
Sun, Mar 5, 2:46 PM
goldstein.w.n
added a child revision:
D145327: [InstSimplify] Simplify `(shl nsw nuw X, BitWidth - 1)` -> `0`
.
Sun, Mar 5, 2:46 PM
Harbormaster
completed remote builds in
B217461: Diff 502480
.
Sun, Mar 5, 3:35 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:43 AM
Comment Actions
LG
llvm/test/Transforms/InstSimplify/shift.ll
364
we are match -> we match the?
This revision is now accepted and ready to land.
Mon, Mar 6, 1:43 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
updated this revision to
Diff 502701
.
Mon, Mar 6, 10:27 AM
Comment Actions
Rebase
goldstein.w.n
marked an inline comment as done.
Mon, Mar 6, 10:34 AM
goldstein.w.n
updated this revision to
Diff 502711
.
Mon, Mar 6, 10:34 AM
Comment Actions
Fix grammars
Harbormaster
completed remote builds in
B217631: Diff 502711
.
Mon, Mar 6, 2:22 PM
This revision was landed with ongoing or failed builds.
Mon, Mar 6, 6:31 PM
Closed by commit
rGa1771ad1d512: [InstSimplify] Add tests for `(shl nuw nsw X, BitWidth - 1)` -> `0`; NFC
(authored by
goldstein.w.n
).
·
Explain Why
This revision was automatically updated to reflect the committed changes.
goldstein.w.n
added a commit:
rGa1771ad1d512: [InstSimplify] Add tests for `(shl nuw nsw X, BitWidth - 1)` -> `0`; NFC
.