Files
clang-p2996/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
Craig Topper 0fb9f68bae [SelectionDAG] Use getRegisterType instead of getTypeToTransformTo in ComputePHILiveOutRegInfo. (#80773)
Since we used getNumRegisters right before this, I think this is the
correct interface we should be using here.

I'm experimenting with making i32 legal on RISC-V 64, but using i64 for
the register type between basic blocks. This was one of the first issues
I found trying to do that.
2024-02-06 09:39:19 -08:00

21 KiB