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

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 26 11:56:28 PST 2019


xbolva00 added a subscriber: spatel.
xbolva00 added a comment.

But I am bit worried that we are in a trap.

If I remember well, @spatel's motivating case needs attributor to run before instcombine. So we need atleast two instances of Attributor before/after IC to catch this and spatel's case?


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