diff options
author | Sanjay Patel <spatel@rotateright.com> | 2018-02-12 19:39:21 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2018-02-12 19:39:21 +0000 |
commit | 4a4f35f32411abb73360247e53d59e1fea1ca7c8 (patch) | |
tree | 94cff55bc16e12f81486d7a9cca0e4315fcf2c13 /llvm/test/Bitcode | |
parent | ee4257f676b81681c38cbb1ef7f3fed0ad6af4ce (diff) | |
download | bcm5719-llvm-4a4f35f32411abb73360247e53d59e1fea1ca7c8.tar.gz bcm5719-llvm-4a4f35f32411abb73360247e53d59e1fea1ca7c8.zip |
[InstCombine] X / (X * Y) --> 1.0 / Y
This is similar to the instsimplify fold added with D42385
( rL323716 )
...but this can't be in instsimplify because we're creating/morphing
a different instruction.
llvm-svn: 324927
Diffstat (limited to 'llvm/test/Bitcode')
0 files changed, 0 insertions, 0 deletions