"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "eea0f0198e123ce2da2840a80dd2c50569967379"
[InstCombine] fold fdiv with pow divisor (PR49147)
This is unusual in the general (non-reciprocal) case because we need an extra instruction, but that should be better for general FP reassociation and codegen. We conservatively check for "arcp" FMF here as we do with existing fdiv folds, but it is not strictly necessary to have that. This is part of solving: https://llvm.org/PR49147 (The powi variant potentially has a different constraint.) Differential Revision: https://reviews.llvm.org/D96648
Loading
Please register or sign in to comment