This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 005bfb8 [RegAllocGreedy] Fix the list of NewVRegs for last chance rec [...] new df9dcaf [safestack] Fix assertion failure in stack coloring. new 8f824fe AMDGPU: Allow some control flow intrinsics to be CSEd
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/CodeGen/SafeStackColoring.cpp | 10 +-- lib/Target/AMDGPU/SIAnnotateControlFlow.cpp | 3 + lib/Target/AMDGPU/SIISelLowering.cpp | 64 ++++++++++++----- lib/Target/AMDGPU/SIInstrFormats.td | 3 + lib/Target/AMDGPU/SIInstructions.td | 23 +++++- lib/Target/AMDGPU/SIIntrinsics.td | 14 ++-- test/CodeGen/AMDGPU/multilevel-break.ll | 106 +++++++++++++++++++++++----- test/Transforms/SafeStack/coloring2.ll | 39 ++++++++++ 8 files changed, 215 insertions(+), 47 deletions(-)