mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Remove debug printf leftover from r342397
llvm-svn: 342863
This commit is contained in:
parent
8cb931fec6
commit
32e7ea4794
@ -13898,8 +13898,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…
x
Reference in New Issue
Block a user