This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a0dd08a8061 [Hexagon] Check for potential bank conflicts in post-RA scheduling new a3ced95cbe8 [InstCombine] Call hasNoSignedWrap instead of hasNoUnsigned [...] new 8ecaf1929fa [Power9] Add new instructions for floating point status and [...] new fc50e1c6121 [CodeView] Don't output S_UDT symbols for forward decls.
The 3 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/DebugInfo/CodeView/TypeRecord.h | 4 + lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 41 +++++-- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 10 +- lib/Target/PowerPC/PPCInstrFormats.td | 62 +++++++++++ lib/Target/PowerPC/PPCInstrInfo.td | 29 +++++ .../InstCombine/InstCombineSimplifyDemanded.cpp | 2 +- test/DebugInfo/COFF/purge-typedef-udts.ll | 120 +++++++++++++++++++++ test/MC/Disassembler/PowerPC/ppc64-encoding-fp.txt | 18 ++++ test/MC/PowerPC/ppc64-encoding-fp.s | 18 ++++ test/Transforms/InstCombine/pr34349.ll | 27 +++++ 10 files changed, 314 insertions(+), 17 deletions(-) create mode 100644 test/DebugInfo/COFF/purge-typedef-udts.ll create mode 100644 test/Transforms/InstCombine/pr34349.ll