[PATCH] D103408: DetectDeadLanes: Remove assert for subregister defs
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 1 14:33:08 PDT 2021
arsenm added a comment.
In D103408#2792170 <https://reviews.llvm.org/D103408#2792170>, @arsenm wrote:
> This assert is correct. Subregister defs in SSA are illegal, and this does run on SSA.
>
> Also could use a mir test
It's also a bug if you aren't seeing the verifier fail on 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