This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e2e04eaba9e [ConstantRange] Add urem support new 606081bbc2a [AArch64][GlobalISel] Legalize G_INTRINSIC_TRUNC new 7cea3739680 [AArch64][GlobalISel] Teach regbankselect about G_INTRINSIC_TRUNC
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/GlobalISel/LegalizerHelper.cpp | 1 + lib/Target/AArch64/AArch64LegalizerInfo.cpp | 2 +- lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 1 + .../GlobalISel/legalize-intrinsic-trunc.mir | 203 +++++++++++++++++++++ .../GlobalISel/legalizer-info-validation.mir | 2 +- .../AArch64/GlobalISel/regbank-intrinsic-trunc.mir | 50 +++++ test/CodeGen/AArch64/arm64-vfloatintrinsics.ll | 23 +++ 7 files changed, 280 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-intrinsic-trunc.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/regbank-intrinsic-trunc.mir