This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0640903 Handle link of NoDebug CU with a CU that has debug emission enabled new 59a5fdf FileCheck-ize some tests in test/CodeGen/X86/ new e67c4a1 Bug 31948: Fix assertion when bitcasting constantexpr pointers
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/Transforms/Scalar/InferAddressSpaces.cpp | 6 ++++ test/CodeGen/X86/2003-11-03-GlobalBool.ll | 6 ++-- test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll | 19 ++++++++----- .../X86/2004-02-14-InefficientStackPointer.ll | 9 ++++-- test/CodeGen/X86/2005-01-17-CycleInDAG.ll | 17 ++++++----- test/CodeGen/X86/2005-02-14-IllegalAssembler.ll | 3 +- test/CodeGen/X86/2006-01-19-ISelFoldingBug.ll | 33 ++++++++++++++-------- .../InferAddressSpaces/{ => AMDGPU}/lit.local.cfg | 0 .../InferAddressSpaces/NVPTX/bug31948.ll | 24 ++++++++++++++++ .../InferAddressSpaces}/NVPTX/lit.local.cfg | 0 10 files changed, 85 insertions(+), 32 deletions(-) rename test/Transforms/InferAddressSpaces/{ => AMDGPU}/lit.local.cfg (100%) create mode 100644 test/Transforms/InferAddressSpaces/NVPTX/bug31948.ll copy test/{Analysis/DivergenceAnalysis => Transforms/InferAddressSpaces}/NVPTX/lit [...]