[PATCH] D104917: [Analyzer] Extend exploded-graph-rewriter to support eq and diseq classes

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 6 17:24:49 PDT 2021


NoQ added a comment.

WDYT about the following format:

  Equality constraints:
  reg_$0<a> == reg_$1<b>
            == reg_$2<c>
  
  Disequality constraints:
  reg_$0<a> != reg_$3<d>,
            != reg_$4<e>

Comma is a bit hard to notice but otherwise kinda nicely readable?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104917



More information about the cfe-commits mailing list