[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
Fri Oct 29 17:14:55 PDT 2021


MatzeB added a comment.

Before we weaken the verifier, do we have an idea how much benefit we get from allowing these half-initialize vregs? Is searching for these `DBG_VALUE` at the end of GlobalISel and remove them there an option?


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