[PATCH] D80538: [MachineVerifier] Add a new TiedOpsRewritten flag to fix verify two-address constraint error

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 22 11:28:59 PST 2021


MatzeB added inline comments.
Herald added a subscriber: mstorsjo.


================
Comment at: llvm/include/llvm/CodeGen/MachineFunction.h:158
     Selected,
-    LastProperty = Selected,
+    TiedOpsRewritten,
+    LastProperty = TiedOpsRewritten,
----------------
You have to add parsing support for .mir files when adding new function properties. See MIRYamlMapping.h / MIRParser.cpp


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80538



More information about the llvm-commits mailing list