This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e8d4830 ReleaseNotes: mention new compiler requirements new 300e976 [PPC] Generate positive FP zero using xor insn instead of loa [...] new b754221 Revert r284972 and remove other defaulted copy/move constructors/=
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/Hexagon/RDFGraph.h | 8 --- lib/Target/PowerPC/PPCISelLowering.cpp | 21 +++++++ lib/Target/PowerPC/PPCISelLowering.h | 1 + lib/Target/PowerPC/PPCInstrFormats.td | 7 +++ lib/Target/PowerPC/PPCInstrInfo.td | 3 + lib/Target/PowerPC/PPCInstrVSX.td | 11 ++++ pzero-fp-xored.ll | 71 ++++++++++++++++++++++ test/CodeGen/PowerPC/crbits.ll | 6 +- test/CodeGen/PowerPC/fast-isel-fcmp-nan.ll | 12 ++-- .../PowerPC/tail-dup-analyzable-fallthrough.ll | 2 +- 10 files changed, 124 insertions(+), 18 deletions(-) create mode 100644 pzero-fp-xored.ll