This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a3dec00 [ADT] static_assert that SmallDenseMap is instantiated with a [...] new 6334b62 [AArch64] Optionally use the Newton series for reciprocal estimation
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/Target/AArch64/AArch64.td | 5 + lib/Target/AArch64/AArch64ISelLowering.cpp | 50 +++++++ lib/Target/AArch64/AArch64ISelLowering.h | 8 + lib/Target/AArch64/AArch64InstrInfo.td | 29 ++++ lib/Target/AArch64/AArch64Subtarget.h | 2 + test/CodeGen/AArch64/recp-fastmath.ll | 148 +++++++++++++++++++ test/CodeGen/AArch64/sqrt-fastmath.ll | 228 +++++++++++++++++++++++++++++ 7 files changed, 470 insertions(+) create mode 100644 test/CodeGen/AArch64/recp-fastmath.ll create mode 100644 test/CodeGen/AArch64/sqrt-fastmath.ll