This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a985f4ba157 AMDGPU/GlobalISel: Allow scalar s1 and/or/xor new 4783e3ce2b3 TableGen: Add address space to matchers
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 | 10 +++ .../CodeGen/GlobalISel/InstructionSelectorImpl.h | 39 ++++++++++ include/llvm/Target/TargetSelectionDAG.td | 6 ++ test/TableGen/address-space-patfrags.td | 85 ++++++++++++++++++++++ utils/TableGen/CodeGenDAGPatterns.cpp | 34 ++++++++- utils/TableGen/CodeGenDAGPatterns.h | 2 + utils/TableGen/GlobalISelEmitter.cpp | 81 ++++++++++++++++++++- 7 files changed, 253 insertions(+), 4 deletions(-) create mode 100644 test/TableGen/address-space-patfrags.td