"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "887c20ffc2691c26be081da69fb8844cdbf63832"
X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd
These intrinsics should return the comparision result in the low bits and keep the high bits of the first source operand. When calling to builtin functions, the source operands are swapped and the high bits of the second source operand are kept. To fix the issue, an extra shufflevector is used. rdar://14153896 llvm-svn: 184110
Loading
Please register or sign in to comment