This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7029d5a52f0 [SLPVectorizer] Begin abstracting InstructionsState alterna [...] new b06fd494977 [AArch64, PowerPC, x86] add tests for signbit bit hacks; NFC
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: test/CodeGen/AArch64/signbit-shift.ll | 148 +++++++++++++++++++++++++++++++ test/CodeGen/PowerPC/signbit-shift.ll | 151 ++++++++++++++++++++++++++++++++ test/CodeGen/X86/signbit-shift.ll | 160 ++++++++++++++++++++++++++++++++++ 3 files changed, 459 insertions(+) create mode 100644 test/CodeGen/AArch64/signbit-shift.ll create mode 100644 test/CodeGen/PowerPC/signbit-shift.ll create mode 100644 test/CodeGen/X86/signbit-shift.ll