"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "408035072baee5d4f2a2c86a6d69126e1f3e04b9"
[InstCombine] peek through fdiv to find a squared sqrt
A more general canonicalization between fdiv and fmul would not handle this case because that would have to be limited by uses to prevent 2 values from becoming 3 values: (x/y) * (x/y) --> (x*x) / (y*y) (But we probably should still have that limited -- but more general -- canonicalization independently of this change.) llvm-svn: 357943
Loading
Please register or sign in to comment