[PATCH] D121722: [AlwaysInliner] Check inliner errors even without assserts

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 15 11:21:19 PDT 2022


lebedev.ri added a comment.

Essentially every unchecked assertion is followed by code that is effectively UB if the assertion should have failed but didn't run.
Why is this case so special that we should special-case it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121722



More information about the llvm-commits mailing list