[llvm-commits] RFC: TargetRegisterInfo refactoring
Anton Korobeynikov
anton at korobeynikov.info
Tue Nov 9 15:29:52 PST 2010
Hello Everyone,
Right now TargetRegisterInfo class looks pretty much overweighted and
definitely not a "register info" anymore. In particular, it contains
various stuff to handle function stack frames, e.g. emitPrologue /
emitEpilogue and around. These methods looks much better if located in
the TargetFrameInfo. I'd like to move them there and collect all
frame-related stuff in the same place.
Any objections / comments / thoughts?
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-commits
mailing list