This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 196db93f659 Revert r315885: [globalisel][tblgen] Add support for iPTR a [...] new 4175d2c7f05 Re-commit r315885: [globalisel][tblgen] Add support for iPT [...]
The 1 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: .../llvm/CodeGen/GlobalISel/InstructionSelector.h | 8 +- .../CodeGen/GlobalISel/InstructionSelectorImpl.h | 10 ++ lib/CodeGen/GlobalISel/InstructionSelector.cpp | 18 +++ lib/Target/AArch64/AArch64InstrFormats.td | 33 ++++++ lib/Target/AArch64/AArch64InstructionSelector.cpp | 125 +++++++++++++++++++++ test/CodeGen/AArch64/GlobalISel/select-load.mir | 8 +- test/TableGen/GlobalISelEmitter.td | 14 ++- utils/TableGen/GlobalISelEmitter.cpp | 38 ++++--- 8 files changed, 229 insertions(+), 25 deletions(-)