IsMultiRegNode
on ARM assumes all BITCAST
s are multi-reg
#71831
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
bug
Milestone
Reproduction:
Compile
Problem
with an AltJit targeting ARM.Expected result: things compile fine.
Actual result:
Cause:
IsMultiRegNode
presumes allBITCAST
s on ARM are multi-reg nodes.Exposed by #71567.
The text was updated successfully, but these errors were encountered: