[PATCH] D77808: [SCCP] Use conditional info with AND/OR branch conditions.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 13:31:09 PDT 2020


efriedma added a comment.

Much cleaner now.

In terms of merging information, hmm, that's a downside.  No good ideas off the top of my head; I mean, you could store a vector of constant ranges instead of just one, but that gets complicated fast.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77808





More information about the llvm-commits mailing list