"lldb/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "5160ce5c72e5f55c2e83ca9914cd0f02e0c5ceb3"
Currently targets that do not support selects with scalar conditions and vector operands - scalarize the code. ARM is such a target because it does not support CMOV of vectors. To implement this efficientlyi, we broadcast the condition bit and use a sequence of NAND-OR to select between the two operands. This is the same sequence we use for targets that don't have vector BLENDs (like SSE2). rdar://12201387 llvm-svn: 162926
Loading
Please register or sign in to comment