[PATCH] D142862: [Support] change StringMap hash function from djbHash to xxHash

Erik Desjardins via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 2 19:29:16 PST 2023


erikdesjardins added inline comments.


================
Comment at: mlir/test/Transforms/print-op-graph.mlir:9
 //       DFG:       subgraph {{.*}} {
-//       DFG:         v[[ARG0:.*]] [label = "arg0"
-//       DFG:         v[[CONST10:.*]] [label ={{.*}}10 : i32
+//       DFG:         v[[ARG0:.*]] [shape = ellipse, label = "arg0"
+//       DFG:         v[[CONST10:.*]] [shape = ellipse, label ={{.*}}10 : i32
----------------
Opened https://reviews.llvm.org/D143239 for this test, I'll rebase once it lands.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142862



More information about the cfe-commits mailing list