| commit | 4b39010afb118db31db8b5f6f43e2e12c8c8def5 | [log] [tgz] |
|---|---|---|
| author | Evandro Menezes <e.menezes@samsung.com> | Fri Aug 17 17:59:53 2018 +0000 |
| committer | Evandro Menezes <e.menezes@samsung.com> | Fri Aug 17 17:59:53 2018 +0000 |
| tree | d42669558c6c860a7d2f2210c96d13a7ddaf3a91 | |
| parent | e219d384f9cb4d675a9b9c22653af57cb76be3a6 [diff] |
[InstCombine] Refactor the simplification of pow() (NFC)
Refactor all cases dealing with `exp{,2,10}()` into one function in
preparation for D49273. Otherwise, NFC.
llvm-svn: 340061