This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8a1f075c935 ARM: TLS calling convention doesn't preserve r9 or r12 on Darwin. new eab85946c15 Update comment to match r300252. new 980a21c3065 [GVN] Don't coerce non-integral pointers to integers or vice versa
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/ADT/APInt.h | 2 +- lib/Transforms/Utils/VNCoercion.cpp | 5 ++++ test/Transforms/GVN/non-integral-pointers.ll | 39 +++++++++++++++++++++++++ test/Transforms/NewGVN/non-integral-pointers.ll | 39 +++++++++++++++++++++++++ 4 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 test/Transforms/GVN/non-integral-pointers.ll create mode 100644 test/Transforms/NewGVN/non-integral-pointers.ll