Some comments:
- I did not see any compiletime impact of this change if subregister/lanemask tracking is disabled
- Compiletime when subregister/lanemask tracking is affected, this is because the only way to see which lanes are actually dead or use an undefined value is to perform a liveness query. Unfortunately we have to perform this query for each register operand.