[llvm] LiveRangeEdit: Clear all dead flags when rematerializing (PR #73933)
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 1 10:48:58 PST 2023
https://github.com/kparzysz approved this pull request.
This should be safe to do, even if we delete `dead` flag on an actually dead def. I'm not sure if we would rematerialize an instruction with multiple defs, but in principle doing that should be ok.
https://github.com/llvm/llvm-project/pull/73933
More information about the llvm-commits
mailing list