This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 91b4e08b810 AMDGPU: Fix unreachable when counting register usage of SGPR96 new d601c8128bd Time profiler: small fixes and optimizations new 27331403cf1 [X86] Fix a stack folding test to have a full xmm2-31 clobb [...] new cc4577dd5da [X86] Limit the 'x' inline assembly constraint to zmm0-15 w [...]
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: include/llvm/Support/TimeProfiler.h | 16 +++-- lib/Support/TimeProfiler.cpp | 78 ++++++++++++---------- lib/Target/X86/X86ISelLowering.cpp | 4 +- lib/Target/X86/X86RegisterInfo.cpp | 1 + lib/Target/X86/X86RegisterInfo.td | 4 ++ .../CodeGen/X86/inline-asm-avx512f-x-constraint.ll | 10 +++ test/CodeGen/X86/stack-folding-fp-avx512.ll | 31 ++++----- 7 files changed, 88 insertions(+), 56 deletions(-) create mode 100644 test/CodeGen/X86/inline-asm-avx512f-x-constraint.ll