This patch is to address post-commit comment https://reviews.llvm.org/D80538#anchor-inline-1091625, which make the constraint stronger based on what https://reviews.llvm.org/D80538 does, i.e., "TiedOpsRewritten is set iff leave-ssa and all tied operands share the same register".
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, thanks!
llvm/lib/CodeGen/MIRParser/MIRParser.cpp | ||
---|---|---|
382–384 | Could we just handle the value independently from SSA to make the code more uniform? Should make the code slightly easier to understand (even though techically it can indeed never be true in SSA). |
llvm/lib/CodeGen/MIRParser/MIRParser.cpp | ||
---|---|---|
361–365 | Move variable decl closer to use |
Move variable decl closer to use