[llvm] CodeGenPrepare: Null check pointers (PR #142350)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 2 02:08:52 PDT 2025


https://github.com/arsenm requested changes to this pull request.

This cannot be fixed with an assert. It should be a tested fatal error, and I was hoping we could do this for every pass that requires the TargetMachine 

https://github.com/llvm/llvm-project/pull/142350


More information about the llvm-commits mailing list