[PATCH] D70737: [Attributor] Move pass after InstCombine to futher eliminate null pointer checks

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 26 14:45:55 PST 2019


jdoerfert added a comment.

Why is inscombine the pass that adds `nonnull` to `strchr`?
This is not a good solution, I'll try to come up with the SCC version of the Attributor soon to add it to the inliner loop


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70737





More information about the llvm-commits mailing list