This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 31d44fceb15 [Hexagon] Eliminate subregisters from PHI nodes before pipelining new e9a0122a40d [Documentation] Fix markup problem in AMDGPUUsage.rst. new 02dea26d56a TableGen: Streamline how defs are instantiated new 9fe53b205cb TableGen: Remove redundant loop in ListInit::resolveReferences new 96157b8553c [InstCombine] add folds for xor-of-icmp signbit tests (PR36682)
The 4 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: docs/AMDGPUUsage.rst | 2 +- include/llvm/TableGen/Record.h | 10 +- lib/TableGen/Record.cpp | 26 +- lib/TableGen/TGParser.cpp | 528 +++++++-------------- lib/TableGen/TGParser.h | 20 +- lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 30 ++ test/TableGen/MultiClass-defm-fail.td | 4 +- test/TableGen/foreach-multiclass.td | 24 + test/TableGen/name-resolution-consistency.td | 84 ++++ test/TableGen/self-reference.td | 23 + test/Transforms/InstCombine/compare-signs.ll | 25 +- test/Transforms/InstCombine/xor-icmps.ll | 28 +- 12 files changed, 374 insertions(+), 430 deletions(-) create mode 100644 test/TableGen/foreach-multiclass.td create mode 100644 test/TableGen/name-resolution-consistency.td