[llvm-dev] Purpose of various register classes in X86 target

Arvind via llvm-dev llvm-dev at lists.llvm.org
Thu Jul 27 02:54:13 PDT 2017


Hello everyone,
I noticed that there are several register classes defined in X86 target and
many of them are overlapping. Is there a list of all X86 register classes
documented somewhere? I found many listed in
X86GenRegisterInfo.inc(generated by tablegen) but unsure if that is the
complete list. Also, is there documentation on the role and purpose of
these classes and how the X86 backend decides which class to choose when
generating machine code? The comments in X86RegisterInfo.td didn't help
much to fully understand and I wasn't sure where to start reading the
RegisterAllocator source code to understand how it uses the register
classes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170727/43c81ce0/attachment.html>


More information about the llvm-dev mailing list