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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 26 20:42:15 PDT 2020


craig.topper added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/MachineFunction.h:147
   //  all sizes attached to them have been eliminated.
+  // RewriteTied: The twoaddressinstruction pass will set this flag, it means
+  //  that tied-def have been rewritten to meet the RegConstraint.
----------------
Update comment to match the new enum name.


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