search for: 191902

Displaying 1 result from an estimated 1 matches for "191902".

Did you mean: 19102
2013 Oct 03
2
[LLVMdev] Question about DAGCombiner::MatchRotate function
...needed. I have attached simple patch to fix it. Please review this. Thanks, JinGu Kang -------------- next part -------------- Index: lib/CodeGen/SelectionDAG/DAGCombiner.cpp =================================================================== --- lib/CodeGen/SelectionDAG/DAGCombiner.cpp (revision 191902) +++ lib/CodeGen/SelectionDAG/DAGCombiner.cpp (working copy) @@ -3415,12 +3415,16 @@ // (*ext (rotr x, (sub 32, y))) SDValue LArgExtOp0 = LHSShiftArg.getOperand(0); EVT LArgVT = LArgExtOp0.getValueType(); - if (LArgVT.getSizeInBits() == SUBC->getAPIntValue())...