This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f702279be5d [GlobalISel] Add IRTranslator support for G_FNEARBYINT new e6dbec3d993 [GlobalISel][AArch64] Legalize G_FNEARBYINT
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/CodeGen/GlobalISel/LegalizerHelper.cpp | 2 + lib/Target/AArch64/AArch64LegalizerInfo.cpp | 3 +- lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 1 + .../AArch64/GlobalISel/legalize-nearbyint.mir | 234 +++++++++++++++++++++ .../GlobalISel/legalizer-info-validation.mir | 2 +- .../AArch64/GlobalISel/regbank-nearbyint.mir | 158 ++++++++++++++ .../{select-frint.mir => select-nearbyint.mir} | 163 ++++++-------- test/CodeGen/AArch64/arm64-vfloatintrinsics.ll | 26 +++ 8 files changed, 494 insertions(+), 95 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-nearbyint.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/regbank-nearbyint.mir copy test/CodeGen/AArch64/GlobalISel/{select-frint.mir => select-nearbyint.mir} (54%)