Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The...
Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The application of these operations commutes with the truncation, so we should prefer to do them in the smallest size we can, to save register space, use smaller constant pool entries, etc. llvm-svn: 172117
Loading
Please register or sign in to comment