[PATCH] D105169: [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default

Juneyoung Lee via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 17 18:47:18 PDT 2021


aqjune added a comment.

I can see that `@ff_seek_frame_binary` is the only affected function.
It introduces `llvm.assume` as well as `!nonnull` at a few places and folds null pointer checks.
Still investigating..
F19677416: before.ll <https://reviews.llvm.org/F19677416> F19677415: after.ll <https://reviews.llvm.org/F19677415>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105169



More information about the cfe-commits mailing list