This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3051c6d ASAN: Don't drop debug info attachements for global variables [...] new ba27f9f Revert "[AArch64] Properly validate the reciprocal estimation." new 1bacc96 Revert "[AArch64] Use the reciprocal estimation machinery" new 121f676 Revert part of "AArch64: Do not test for CPUs, use SubtargetF [...] new 19dfeb0 [Profile] code refactoring: make getStep a method in base class
The 4 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: include/llvm/IR/IntrinsicInst.h | 2 +- lib/IR/IntrinsicInst.cpp | 10 + lib/Target/AArch64/AArch64.td | 4 - lib/Target/AArch64/AArch64ISelLowering.cpp | 42 ---- lib/Target/AArch64/AArch64ISelLowering.h | 9 - lib/Target/AArch64/AArch64InstrInfo.td | 29 --- lib/Target/AArch64/AArch64Subtarget.h | 2 - lib/Target/AArch64/AArch64TargetMachine.cpp | 28 +-- lib/Target/AArch64/AArch64TargetMachine.h | 2 +- lib/Transforms/Instrumentation/InstrProfiling.cpp | 10 +- test/CodeGen/AArch64/recp-fastmath.ll | 113 ----------- test/CodeGen/AArch64/sqrt-fastmath.ll | 230 ---------------------- 12 files changed, 15 insertions(+), 466 deletions(-) delete mode 100644 test/CodeGen/AArch64/recp-fastmath.ll delete mode 100644 test/CodeGen/AArch64/sqrt-fastmath.ll