This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0e4fcac cmake: Prefix Polly options with LLVM_ to avoid variable shadowing new 7fa1a5f [AArch64] Use the reciprocal estimation machinery
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/AArch64ISelLowering.cpp | 36 +++++++ lib/Target/AArch64/AArch64ISelLowering.h | 9 ++ lib/Target/AArch64/AArch64InstrInfo.td | 29 +++++ lib/Target/AArch64/AArch64TargetMachine.cpp | 29 ++++- lib/Target/AArch64/AArch64TargetMachine.h | 2 +- test/CodeGen/AArch64/recp-fastmath.ll | 79 ++++++++++++++ test/CodeGen/AArch64/sqrt-fastmath.ll | 158 ++++++++++++++++++++++++++++ 7 files changed, 339 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/AArch64/recp-fastmath.ll create mode 100644 test/CodeGen/AArch64/sqrt-fastmath.ll