Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D41322
Change Details
Change Details
Old
New
Diff
Motivation: https://bugs.llvm.org/show_bug.cgi?id=35592. Related: D41283, D41286
This patch enables folding under -ffast-math flag sqrt(a) * sqrt(b) -> sqrt(a*b)
Motivation: https://bugs.llvm.org/show_bug.cgi?id=35592. Related: D41283, D41286
This patch enables folding under -ffast-math flag sqrt(a) * sqrt(b) -> sqrt(a*b)
Continue