This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6795f26af55 [libFuzzer tests] Use substring comparison in libFuzzer tests new c8df92092df LV: Don't insert runtime ptr checks on divergent targets new 630a4acf814 Xray docs with description of Flight Data Recorder binary format.
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/XRay.rst | 3 + docs/XRayFDRFormat.rst | 401 +++++++++++++++++++++ docs/index.rst | 1 + lib/Transforms/Vectorize/LoopVectorize.cpp | 12 + lib/XRay/Trace.cpp | 11 +- .../AMDGPU/divergent-runtime-check.ll | 29 ++ 6 files changed, 452 insertions(+), 5 deletions(-) create mode 100644 docs/XRayFDRFormat.rst create mode 100644 test/Transforms/LoopVectorize/AMDGPU/divergent-runtime-check.ll