mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 01:11:44 +00:00
[x86] fix formatting; NFC
(test commit #2 migrating to git) llvm-svn: 353533
This commit is contained in:
parent
5948082154
commit
a9c1b4b1bb
@ -32950,7 +32950,7 @@ bool X86TargetLowering::SimplifyDemandedVectorEltsForTargetNode(
|
|||||||
return false;
|
return false;
|
||||||
// Don't bother broadcasting if we just need the 0'th element.
|
// Don't bother broadcasting if we just need the 0'th element.
|
||||||
if (DemandedElts == 1) {
|
if (DemandedElts == 1) {
|
||||||
if(Src.getValueType() != VT)
|
if (Src.getValueType() != VT)
|
||||||
Src = widenSubVector(VT.getSimpleVT(), Src, false, Subtarget, TLO.DAG,
|
Src = widenSubVector(VT.getSimpleVT(), Src, false, Subtarget, TLO.DAG,
|
||||||
SDLoc(Op));
|
SDLoc(Op));
|
||||||
return TLO.CombineTo(Op, Src);
|
return TLO.CombineTo(Op, Src);
|
||||||
|
Loading…
Reference in New Issue
Block a user