This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d0b56c0be64 GlobalISel: Don't reduce elements for atomic load/store new 430f35df2af [AArch64][GlobalISel] Add some vector support for fp <-> in [...] new fbb2c2cea0c [AArch64][GlobalISel] Add some missing vector support for F [...]
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/Target/AArch64/AArch64LegalizerInfo.cpp | 8 +-- lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 4 ++ .../AArch64/GlobalISel/legalize-fp-arith.mir | 75 +++++++++++++++++++++ test/CodeGen/AArch64/GlobalISel/legalize-fptoi.mir | 31 +++++++++ test/CodeGen/AArch64/GlobalISel/legalize-itofp.mir | 57 ++++++++++++++-- .../GlobalISel/legalizer-info-validation.mir | 2 +- .../AArch64/GlobalISel/regbankselect-default.mir | 76 ++++++++++++++++++++-- .../{AArch64 => X86}/GlobalISel/legalize-fneg.mir | 27 ++++---- 8 files changed, 251 insertions(+), 29 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-fp-arith.mir rename test/CodeGen/{AArch64 => X86}/GlobalISel/legalize-fneg.mir (60%)