This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0a0f8765711 AMDGPU/GlobalISel: Legalize more fp<->int conversions new 8d1f5d432d7 [AArch64] Add patterns for zext/sext of shift amount. new b771a49ffaf GlobalISel: Fix out of bounds crashes in verifier
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/CodeGen/MachineVerifier.cpp | 11 ++++-- lib/Target/AArch64/AArch64InstrFormats.td | 8 +++++ test/CodeGen/AArch64/shift-mod.ll | 57 ++++++++++++++++++++++++++----- test/Verifier/test_g_add.mir | 28 +++++++++++++++ test/Verifier/test_g_trunc.mir | 23 +++++++++++++ 5 files changed, 115 insertions(+), 12 deletions(-) create mode 100644 test/Verifier/test_g_add.mir create mode 100644 test/Verifier/test_g_trunc.mir