[all-commits] [llvm/llvm-project] 744b12: [X86]check that Uses, Defs are same for entries in...

XinWang10 via All-commits all-commits at lists.llvm.org
Tue May 16 19:54:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 744b12adb4ec7467a038b75a7fd63dd70e9dca14
      https://github.com/llvm/llvm-project/commit/744b12adb4ec7467a038b75a7fd63dd70e9dca14
  Author: XinWang10 <xin10.wang at intel.com>
  Date:   2023-05-16 (Tue, 16 May 2023)

  Changed paths:
    M llvm/utils/TableGen/X86FoldTablesEmitter.cpp

  Log Message:
  -----------
  [X86]check that Uses, Defs are same for entries in memory folding table

Add expensive check that Uses, Defs are same for entries in memory folding table.
MemFolding could not change the Uses/Defs.

Reviewed By: skan

Differential Revision: https://reviews.llvm.org/D150633




More information about the All-commits mailing list