[PATCH] D80538: [MachineVerifier] Add a new RewriteTied flag to fix verify two-address constraint error
Zhang Kang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 26 22:21:20 PDT 2020
ZhangKang marked 2 inline comments as done.
ZhangKang 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.
----------------
craig.topper wrote:
> Update comment to match the new enum name.
Done.
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