This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e05bcc80b38 [NFC] Added tests for D66651 new 2033d5f0347 [IntrinsicEmitter] Support scalable vectors in intrinsics
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: include/llvm/IR/Intrinsics.h | 2 +- include/llvm/IR/IntrinsicsAArch64.td | 28 ++++++++++++++++++++ include/llvm/Support/ScalableSize.h | 3 +++ lib/IR/Function.cpp | 35 ++++++++++++++++++++----- test/Verifier/intrinsic-bad-arg-type.ll | 10 ++++++++ unittests/IR/IRBuilderTest.cpp | 45 +++++++++++++++++++++++++++++++++ utils/TableGen/IntrinsicEmitter.cpp | 5 +++- 7 files changed, 119 insertions(+), 9 deletions(-) create mode 100644 test/Verifier/intrinsic-bad-arg-type.ll