[PATCH] D81625: [GISel][NFC]: Add unit test for clarifying CSE behavior

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 10:28:04 PDT 2020


dsanders accepted this revision.
dsanders added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/unittests/CodeGen/GlobalISel/CSETest.cpp:85
+  // time a build call is made through the CSEMIRBuilder.
+  // Additionally, the CSE implememtation lazily hashes instructions
+  // (every build call) to give chance for the instruction to be fully
----------------
last m->n in implememtation


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81625





More information about the llvm-commits mailing list