[PATCH] D103862: [Attributor] Simplify loads

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 10 18:28:51 PDT 2021


jdoerfert added a comment.

In D103862#2812033 <https://reviews.llvm.org/D103862#2812033>, @kuter wrote:

> The code for the  AAPotentialValues and AAValueSimplify is the same. Maybe we could move this to a separate function with a callback for doing the unions ?

There are more such opportunities. Will modify this code first though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103862



More information about the llvm-commits mailing list