[llvm-commits] [llvm] r79949 - in /llvm/trunk: lib/Target/CellSPU/SPUISelDAGToDAG.cpp lib/Target/CellSPU/SPUISelLowering.cpp lib/Target/CellSPU/SPUISelLowering.h lib/Target/CellSPU/SPUNodes.td test/CodeGen/CellSPU/sext128.ll

Anton Korobeynikov anton at korobeynikov.info
Mon Aug 24 15:41:56 PDT 2009


Hello, Scott

> +SDNode *
> +SPUDAGToDAGISel::SelectSEXTi128(SDValue &Op, EVT OpVT)
> +{
This seems to be redundant. The sext is marked as custom lowered, how
it can reappear during isel? So, either there is bug somewhere and
invalid sexts are inserted or this code is never called.


-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-commits mailing list