diff options
author | Sanjay Patel <spatel@rotateright.com> | 2019-04-15 13:23:38 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2019-04-15 13:23:38 +0000 |
commit | 5e13cd2e61cb187f28d743c15141333530cc1adf (patch) | |
tree | 0c076066762a394b8dc9ddfd8e6435fed8cf4abc /llvm/lib/Support/CommandLine.cpp | |
parent | 5db281cd4eda2e288b581be20b8ee41316c1a2fd (diff) | |
download | bcm5719-llvm-5e13cd2e61cb187f28d743c15141333530cc1adf.tar.gz bcm5719-llvm-5e13cd2e61cb187f28d743c15141333530cc1adf.zip |
[InstCombine] canonicalize fdiv after fmul if reassociation is allowed
(X / Y) * Z --> (X * Z) / Y
This can allow other optimizations/reassociations as shown in the test diffs.
llvm-svn: 358404
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions