This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5db4eb4 [X86] Remove masked shufpd/shufps intrinsics and autoupgrade [...] new 8da7897 [AArch64] Support stackmap/patchpoint in getInstSizeInBytes
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: lib/Target/AArch64/AArch64InstrInfo.cpp | 25 +++++- test/CodeGen/MIR/AArch64/inst-size-patchpoint.mir | 95 ++++++++++++++++++++++ ...-tlsdesc-callseq.mir => inst-size-stackmap.mir} | 51 ++++++------ 3 files changed, 139 insertions(+), 32 deletions(-) create mode 100644 test/CodeGen/MIR/AArch64/inst-size-patchpoint.mir copy test/CodeGen/MIR/AArch64/{inst-size-tlsdesc-callseq.mir => inst-size-stackmap [...]