[PATCH] D112852: [GlobalISel] Allow DBG_VALUE to use invalid vregs throughout pipeline
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 22 11:25:56 PST 2021
MatzeB added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/MachineFunction.h:166
FailsVerification,
- LastProperty = FailsVerification,
+ DebugValuesAllocated,
+ LastProperty = DebugValuesAllocated,
----------------
MatzeB wrote:
> New properties must be added to MIRYamlMapping.h / MIRParser.cpp
FWIW: It seems there are others missing as well already :-(
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112852/new/
https://reviews.llvm.org/D112852
More information about the llvm-commits
mailing list