This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5b0ffb89bd6 Fix parenthesis warning in IVDescriptors new 993bc9badc3 [RISCV] Add additional CSR instruction aliases (imm. operands) new 98272e49b80 TableGen/ISel: Allow PatFrag predicate code to access captu [...]
The 2 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/CodeGen/SelectionDAGISel.h | 12 ++++ include/llvm/Target/TargetSelectionDAG.td | 9 +++ lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 12 ++++ lib/Target/RISCV/RISCVInstrInfo.td | 10 +++ test/MC/RISCV/rvi-aliases-valid.s | 20 ++++++ utils/TableGen/CodeGenDAGPatterns.cpp | 74 ++++++++++++++++------ utils/TableGen/CodeGenDAGPatterns.h | 89 ++++++++++++++++++++++---- utils/TableGen/DAGISelMatcher.cpp | 14 ++++- utils/TableGen/DAGISelMatcher.h | 6 +- utils/TableGen/DAGISelMatcherEmitter.cpp | 90 +++++++++++++++++++-------- utils/TableGen/DAGISelMatcherGen.cpp | 74 ++++++++++++++++------ utils/TableGen/FastISelEmitter.cpp | 12 ++-- utils/TableGen/GlobalISelEmitter.cpp | 13 ++-- 13 files changed, 344 insertions(+), 91 deletions(-)