This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 637450a7f29 [AArch64][v8.5A] Add MTE as an optional AArch64 extension new cf1b18658c5 [InstCombine] Fold ~A - Min/Max(~A, O) -> Max/Min(A, ~O) - A new ea81843dbdc [AArch64][v8.5A] Add MTE system instructions
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: lib/Target/AArch64/AArch64SystemOperands.td | 21 ++++++++ lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 1 + lib/Transforms/InstCombine/InstCombineAddSub.cpp | 33 +++++++++++++ lib/Transforms/InstCombine/InstCombineInternal.h | 9 +++- test/MC/AArch64/armv8.5a-mte.s | 60 +++++++++++++++++++++++ test/MC/Disassembler/AArch64/armv8.5a-mte.txt | 60 +++++++++++++++++++++++ test/Transforms/InstCombine/sub-minmax.ll | 58 ++++++++++------------ 7 files changed, 210 insertions(+), 32 deletions(-) create mode 100644 test/MC/AArch64/armv8.5a-mte.s create mode 100644 test/MC/Disassembler/AArch64/armv8.5a-mte.txt