[PATCH] D150633: [X86]check that Uses, Defs are same for entries in memory folding table

Kan Shengchen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 22:45:14 PDT 2023


skan added inline comments.


================
Comment at: llvm/utils/TableGen/X86FoldTablesEmitter.cpp:111
+#ifndef NDEBUG
+    bool CheckCorrectness() const {
+      // Check that Uses, Defs are same for entries in memory folding table
----------------
Function name should not capitalize


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150633



More information about the llvm-commits mailing list