"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "cd556eb26580e58c4b1220ba443890e9f8cda5ae"
Disable some unsafe-fp-math DAG-combine transformation after legalization.
For instance, following transformation will be disabled: x + x + x => 3.0f * x; The problem of these transformations is that it introduces a FP constant, which following Instruction-Selection pass cannot handle. Reviewed by Nadav, thanks a lot! rdar://13445387 llvm-svn: 177933
Loading
Please register or sign in to comment