[PATCH] D103408: DetectDeadLanes: Remove assert for subregister defs

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 2 16:13:01 PDT 2021


nemanjai added a comment.

It certainly does sound odd to have a subreg on a **def** of a virtual register in SSA. We'll see where this is coming from and why but just a quick look at the `-print-after-all` output reveals that it is the peephole optimizer that produces it. We'll look into whether this is a bug in the peephole optimizer or if this is some PPC callback called from the peephole optimizer that does this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103408/new/

https://reviews.llvm.org/D103408



More information about the llvm-commits mailing list