Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lib/CodeGen/SelectionDAG/
-
CodeGen/
-
SelectionDAG/
-
DAGCombiner.cpp
-
test/CodeGen/Generic/
-
CodeGen/
-
Generic/
-
pr32278.ll
Hide Panel
f
Keyboard Reference
?
Differential
D30978
[DAGCombine] Bail out if can't create a vector with at least two elements
Closed
Public
Authored by
zvi
on Mar 15 2017, 5:15 AM.
Download Raw Diff
Details
Reviewers
spatel
RKSimon
craig.topper
igorb
hfinkel
Commits
rG48cdde0e59e1: [DAGCombine] Bail out if can't create a vector with at least two elements
rL297878: [DAGCombine] Bail out if can't create a vector with at least two elements
Summary
Fixes pr32278
Diff Detail
Repository
rL LLVM
Event Timeline
zvi
created this revision.
Mar 15 2017, 5:15 AM
zvi
added reviewers:
spatel
,
hfinkel
.
Mar 15 2017, 11:34 AM
RKSimon
accepted this revision.
Mar 15 2017, 12:11 PM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Mar 15 2017, 12:11 PM
RKSimon
mentioned this in
rL297822: [DAGCombine] Add reproducer for pr32278
.
Mar 15 2017, 12:39 PM
zvi
updated this revision to
Diff 91917
.
Mar 15 2017, 12:56 PM
Comment Actions
Rebase
Closed by commit
rL297878: [DAGCombine] Bail out if can't create a vector with at least two elements
(authored by
zvi
).
·
Explain Why
Mar 15 2017, 1:00 PM
This revision was automatically updated to reflect the committed changes.