[PATCH] D80538: [MachineVerifier] Add a new TiedOpsRewritten flag to fix verify two-address constraint error
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 22 16:42:41 PST 2021
shchenz added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/MachineFunction.h:158
Selected,
- LastProperty = Selected,
+ TiedOpsRewritten,
+ LastProperty = TiedOpsRewritten,
----------------
MatzeB wrote:
> You have to add parsing support for .mir files when adding new function properties. See MIRYamlMapping.h / MIRParser.cpp
Thanks. We will address this in a follow-up patch.
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