Open Quuxplusone opened 4 years ago
Bugzilla Link | PR45774 |
Status | NEW |
Importance | P enhancement |
Reported by | Gabriel Ravier (gabravier@gmail.com) |
Reported on | 2020-05-01 15:51:17 -0700 |
Last modified on | 2020-05-02 01:17:05 -0700 |
Version | trunk |
Hardware | PC Linux |
CC | lebedev.ri@gmail.com, llvm-bugs@lists.llvm.org, llvm-dev@redking.me.uk, spatel+llvm@rotateright.com |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
Won't comment on `mov`s, but we shouldn't even have two sub's there.
https://godbolt.org/z/oxMUx_
We're missing (a-b)-c -> a-(b+c) instcombine fold to recover from reassociate.