This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c996b8c6524 [Support] Fix Wundef warning new 4ed5b9a3469 Revert rL368939 "Remove LVALUE / RVALUE workarounds" new 913636c8831 Add ptrmask intrinsic
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: docs/LangRef.rst | 36 ++++++++++++++++++++++++ include/llvm/ADT/Optional.h | 25 +++++++++------- include/llvm/IR/Intrinsics.td | 4 +++ include/llvm/Support/Compiler.h | 20 +++++++++++++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 11 ++++++++ test/CodeGen/AArch64/lower-ptrmask.ll | 29 +++++++++++++++++++ test/CodeGen/X86/lower-ptrmask.ll | 31 ++++++++++++++++++++ unittests/ADT/OptionalTest.cpp | 4 +++ 8 files changed, 150 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/AArch64/lower-ptrmask.ll create mode 100644 test/CodeGen/X86/lower-ptrmask.ll