This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5e8a352aa6d [DebugInfo] Change default value of FDEPointerEncoding new 3ea14f7d95a [Power9] Add __float128 builtins for Round To Odd new 378d508446e [Utils] Fix gdb pretty printers to work with Python 3.
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: include/llvm/IR/Intrinsics.h | 2 +- include/llvm/IR/IntrinsicsPowerPC.td | 20 +++++++ lib/IR/Function.cpp | 8 ++- lib/Target/PowerPC/PPCInstrVSX.td | 31 +++++++++-- test/CodeGen/PowerPC/builtins-ppc-p9-f128.ll | 82 ++++++++++++++++++++++++++++ utils/TableGen/IntrinsicEmitter.cpp | 4 +- utils/gdb-scripts/prettyprinters.py | 4 ++ 7 files changed, 142 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/PowerPC/builtins-ppc-p9-f128.ll