"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "91358585d741ac32f8685c08ca698f049de632ff"
Make TranslateX86CC return COND_INVALID instead of aborting when it
encounters an OEQ or UNE comparison, and update its callers to check for this return status and recover. This fixes a problem resulting from the LowerOperation hooks being called from LegalizeVectorOps, because LegalizeVectorOps only lowers vectors, so OEQ and UNE comparisons may still be at large. This fixes PR5092. llvm-svn: 84640
Loading
Please register or sign in to comment