]> granicus.if.org Git - llvm/commit
[RegisterBankInfo] Uniquely allocate instruction mapping.
authorQuentin Colombet <qcolombet@apple.com>
Fri, 5 May 2017 22:48:22 +0000 (22:48 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Fri, 5 May 2017 22:48:22 +0000 (22:48 +0000)
commitce22b10a6e57f7414d09b0b5599d9d2b5f5cc7c7
tree2289035248b13440d8e2814de2783b275c971b8a
parent58d2d9869a55a43151609d631026ce647fa6d67c
[RegisterBankInfo] Uniquely allocate instruction mapping.

This is a step toward having statically allocated instruciton mapping.
We are going to tablegen them eventually, so let us reflect that in
the API.

NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302316 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/CodeGen/GlobalISel/RegBankSelect.h
include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
lib/CodeGen/GlobalISel/RegBankSelect.cpp
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
lib/Target/AArch64/AArch64RegisterBankInfo.cpp
lib/Target/AArch64/AArch64RegisterBankInfo.h
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
lib/Target/AMDGPU/AMDGPURegisterBankInfo.h
lib/Target/ARM/ARMRegisterBankInfo.cpp
lib/Target/ARM/ARMRegisterBankInfo.h
lib/Target/X86/X86RegisterBankInfo.cpp
lib/Target/X86/X86RegisterBankInfo.h