Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paths
Table of Contents
t
Hide Panel
f
Keyboard Reference
?
Differential
D42526
[X86][XOP] Update isVectorShiftByScalarCheap with cases covered by XOP
Closed
Public
Actions
Authored by
RKSimon
on Jan 25 2018, 3:42 AM.
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
None
Subscribers
llvm-commits
rengolin
tschuett
Details
Reviewers
zvi
craig.topper
spatel
Commits
rG073f089c6e5b: [X86][XOP] Update isVectorShiftByScalarCheap with cases covered by XOP
rL323797: [X86][XOP] Update isVectorShiftByScalarCheap with cases covered by XOP
Summary
Similar to
D42437
, XOP support variable shift for v16i8/v8i16/v4i32/v2i64 types.
Diff Detail
Repository
rL LLVM
Event Timeline
RKSimon
created this revision.
Jan 25 2018, 3:42 AM
Herald
added subscribers:
tschuett
,
rengolin
.
·
View Herald Transcript
Jan 25 2018, 3:42 AM
zvi
accepted this revision.
Jan 30 2018, 5:24 AM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Jan 30 2018, 5:24 AM
Closed by commit
rL323797: [X86][XOP] Update isVectorShiftByScalarCheap with cases covered by XOP
(authored by
RKSimon
).
·
Explain Why
Jan 30 2018, 10:12 AM
This revision was automatically updated to reflect the committed changes.