Operand numbers are now ints. Save the register allocation of the value
each instruction produces as "operand" -1, and the other operands as 0 .. n, as before. PhyRegAlloc::saveState() is refactored into PhyRegAlloc::saveStateForValue(). llvm-svn: 9842
Showing
- llvm/lib/CodeGen/RegAlloc/AllocInfo.h 3 additions, 3 deletionsllvm/lib/CodeGen/RegAlloc/AllocInfo.h
- llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp 34 additions, 27 deletionsllvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
- llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h 3 additions, 0 deletionsllvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
Loading
Please register or sign in to comment