[PATCH] D126895: [SLP] Phi inputs that come from an unreachable block should be undef.

Harald van Dijk via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 10:41:22 PDT 2022


hvdijk added a comment.

> The value coming from an unreachable block from entry is uninitialized

There is no "value coming from an unreachable block", we cannot ever get to an unreachable block, that is what unreachable means. Could you give some more background on the bigger problem you are trying to solve here?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126895/new/

https://reviews.llvm.org/D126895



More information about the llvm-commits mailing list