Files
clang-p2996/llvm/lib/CodeGen/RegAllocFast.cpp
Matt Arsenault 7907fd4961 RegAllocFast: Fix dropping subreg indexes on unassigned subreg defs
This was assuming all register operands were assigned to physical registers.
This should ignore the operands which weren't assigned in this run.

Fixes #61134
2023-04-05 18:25:51 -04:00

55 KiB