Pull in r342863 from upstream llvm trunk (by Hans Wennborg):
Remove debug printf leftover from r342397 PR: 234480 MFC after: 6 weeks X-MFC-With: r341825
This commit is contained in:
parent
434fe561e1
commit
a9419c7133
@ -13738,8 +13738,6 @@ bool DAGCombiner::MergeStoresOfConstantsOrVecElts(
|
||||
((uint64_t)IdxC * MemVT.getVectorNumElements()) / Elts;
|
||||
Idx = DAG.getConstant(NewIdx, SDLoc(Val), Idx.getValueType());
|
||||
}
|
||||
if (!MemVT.isVector() && Val.getValueType().isVector())
|
||||
dbgs() << "hit!\n";
|
||||
EVT NewVecTy =
|
||||
EVT::getVectorVT(*DAG.getContext(), MemVTScalarTy, Elts);
|
||||
Vec = DAG.getBitcast(NewVecTy, Vec);
|
||||
|
Loading…
Reference in New Issue
Block a user