[llvm] [DeadStoreElimination] Optimize tautological assignments (PR #75744)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 17 12:13:52 PST 2023
nikic wrote:
At a guess, it crashes because IDom can be nullptr (e.g. a store in the entry block will not have an idom).
https://github.com/llvm/llvm-project/pull/75744
More information about the llvm-commits
mailing list