"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "12b4b7c5f685de6c11018106f1091878579eed14"
Fix convertBFloatAPFloatToAPInt for NaN/Inf values
Bfloat type has an 8-bit exponent so the exponent of NaN/Inf numbers must be 0xff instead of 0x1f. This is probably a copy-paste mistake from the half float type. Reviewed By: lattner Differential Revision: https://reviews.llvm.org/D81302
Loading
Please register or sign in to comment