This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 89fd072604f [llvm-objcopy] Fix bug in how segment alignment was being handled new 0ae3f32f564 mir-canon: First commit. new 87cdca2231e [AArch64][RegisterBankInfo] Add FPR16 support in value mapping. new d8375d73687 [AArch64][RegisterBankInfo] Add mapping for G_FPEXT.
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/InitializePasses.h | 1 + lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/CodeGen.cpp | 1 + lib/CodeGen/MIRCanonicalizerPass.cpp | 626 +++++++++++++++++++++ lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 106 +++- lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 40 +- lib/Target/AArch64/AArch64RegisterBankInfo.h | 27 +- .../AArch64/GlobalISel/arm64-regbankselect.mir | 104 ++++ 8 files changed, 870 insertions(+), 36 deletions(-) create mode 100644 lib/CodeGen/MIRCanonicalizerPass.cpp