llvm/include
Quentin Colombet f9b131188b [RegisterBankInfo] Provide a target independent helper function to guess
the mapping of an instruction on register bank.

For most instructions, it is possible to guess the mapping of the
instruciton by using the encoding constraints.
It remains instructions without encoding constraints.
For copy-like instructions, we try to propagate the information we get
from the other operands. Otherwise, the target has to give this
information.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265703 91177308-0d34-0410-b5e6-96231b3b80d8
2016-04-07 18:01:19 +00:00
..
llvm [RegisterBankInfo] Provide a target independent helper function to guess 2016-04-07 18:01:19 +00:00
llvm-c [GCC] Attribute ifunc support in llvm 2016-04-07 12:32:19 +00:00