[X86] Don't pass a scale value of 0 to scatter/gather intrinsics. This causes the...
[oota-llvm.git] / test / CodeGen / X86 / fp-logic.ll
2015-10-27 Sanjay Patel[x86] replace integer logic ops with packed SSE FP...
2015-10-26 Sanjay Pateladd FP logic test cases to show current codegen (PR22428)
2015-09-23 Sanjay Patel[x86] replace integer 'xor' ops with packed SSE FP...
2015-09-23 Sanjay Patel[x86] replace integer 'or' ops with packed SSE FP ...
2015-09-23 Sanjay Patel[x86] replace integer 'and' ops with packed SSE FP...
2015-09-20 Sanjay Pateladd test file ahead of any functional changes for PR22428