The behaviors of violating assume instruction or !nonnull metadata is
different. The former is immediate undefined behavior, but the latter is
returning poison value. This patch adds !noundef to trigger immediate
undefined behavior if !nonnull is violated.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo