This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2dd5f7e Remove Go Attribute type that was deleted from the C API in r286062. new e5fd9c0 AMDGPU: Preserve vcc undef flags when inverting branch new f577de3 AMDGPU: Remove unnecessary and on conditional branch new 8882bb7 [tsan] Cast floating-point types correctly when instrumenting [...]
The 3 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/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 18 +-- lib/Target/AMDGPU/SIInsertWaits.cpp | 10 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 19 ++- lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 23 +-- test/CodeGen/AMDGPU/branch-relaxation.ll | 15 +- test/CodeGen/AMDGPU/cf-loop-on-constant.ll | 1 - test/CodeGen/AMDGPU/cgp-bitfield-extract.ll | 3 +- test/CodeGen/AMDGPU/i1-copy-implicit-def.ll | 3 +- test/CodeGen/AMDGPU/si-annotate-cf-noloop.ll | 1 - test/CodeGen/AMDGPU/skip-if-dead.ll | 10 +- test/CodeGen/AMDGPU/smrd-vccz-bug.ll | 4 +- test/CodeGen/AMDGPU/uniform-cfg.ll | 8 +- test/CodeGen/AMDGPU/wqm.ll | 5 +- test/CodeGen/MIR/AMDGPU/invert-br-undef-vcc.mir | 89 +++++++++++ .../MIR/AMDGPU/vccz-corrupt-bug-workaround.mir | 177 +++++++++++++++++++++ .../ThreadSanitizer/atomic-non-integer.ll | 51 ++++++ 16 files changed, 363 insertions(+), 74 deletions(-) create mode 100644 test/CodeGen/MIR/AMDGPU/invert-br-undef-vcc.mir create mode 100644 test/CodeGen/MIR/AMDGPU/vccz-corrupt-bug-workaround.mir create mode 100644 test/Instrumentation/ThreadSanitizer/atomic-non-integer.ll