[PATCH] D107180: [InstCombine] Prevent unnecessary sinks caused by the Freeze
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 30 10:07:27 PDT 2021
lebedev.ri added a comment.
I'm sorry, but TLDR.
We already sink everything successfully: https://godbolt.org/z/df73PEPf4
Why do we not want to sink the `load` in `@test4.freeze`,
or more generally, why do we not sink it in the first case?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107180/new/
https://reviews.llvm.org/D107180
More information about the llvm-commits
mailing list