Details
Details
- Reviewers
nikic goldstein.w.n
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
What is the motivation for this? Generally speaking, we leave this to CSE/GVN and don't try to handle identical instructions.
Comment Actions
There are some regressions in D149404. I want to solve some of these regressions in that patch. For example, test auto_gen_5_logical_fmf in and-fcmp.ll.
And I found that multiple instcombines would be executed before GVN. I am concerned that the regressions in D149404 would make some redundancies no longer be optimized by GVN. But I haven't looked in depth yet.