This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f466ec4 [unittests] Delete some copy constructors (NFC) new 7c9f5f9 [unittests] Delete even more copy constructors (NFC) new 110db83 GlobalISel: mark G_BRCOND on s1 as legal. new 8e4c061 GlobalISel: select G_BRCOND instructions on AArch64. new 7bd256d GlobalISel: support selection of G_ICMP on AArch64. new e205ee4 GlobalISel: select G_FCMP instructions on AArch64. new 8394d5d GlobalISel: support int <-> float conversions on AArch64. new 5c4187e GlobalISel: support G_TRUNC selection on AArch64.
The 7 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/AArch64InstructionSelector.cpp | 385 +++++++++++++- lib/Target/AArch64/AArch64MachineLegalizer.cpp | 5 +- .../AArch64/GlobalISel/arm64-instructionselect.mir | 552 +++++++++++++++++++++ .../CodeGen/AArch64/GlobalISel/legalize-simple.mir | 4 +- unittests/ProfileData/CoverageMappingTest.cpp | 10 + 5 files changed, 950 insertions(+), 6 deletions(-)