[llvm] Don't collect from phi nodes which are not fully constructed yet (PR #140806)
William Moses via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 14 09:40:52 PDT 2025
wsmoses wrote:
this was resolved in enzyme proper and can be closed [specifically the code was refactored to run all the analyses before generating the initial phis to be filled in, instead of the setup where they were interleaved]
https://github.com/llvm/llvm-project/pull/140806
More information about the llvm-commits
mailing list