This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0d00bdb5851 [msan] Instrument masked.store, masked.load intrinsics. new 13ec17eb2e2 StructurizeCFG: fix inverting conditions new 8037fc4d911 AMDGPU: Add a missing test for the 128-bit local addr space option
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/StructurizeCFG.cpp | 5 ++-- test/CodeGen/AMDGPU/load-local-f32-no-ds128.ll | 20 +++++++++++++++ test/Transforms/StructurizeCFG/invert-condition.ll | 30 ++++++++++++++++++++++ 3 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/AMDGPU/load-local-f32-no-ds128.ll create mode 100644 test/Transforms/StructurizeCFG/invert-condition.ll