This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a10309cedda Fix Layering, move instrumentation transform headers into I [...] new e8b9e310f66 [X86] Fix Windows `i1 zeroext` conventions to use i8 instea [...] new 4dcdb906955 [GuardWidening] Group code by class [NFC]
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/Target/X86/X86CallingConv.td | 14 ++++-- lib/Target/X86/X86ISelLowering.cpp | 6 ++- lib/Transforms/Scalar/GuardWidening.cpp | 79 +++++++++++++++++---------------- test/CodeGen/X86/avx512-intel-ocl.ll | 2 + test/CodeGen/X86/h-registers-0.ll | 3 +- test/CodeGen/X86/test-shrink.ll | 4 ++ test/CodeGen/X86/vec_cast.ll | 8 ++++ test/CodeGen/X86/win32-bool.ll | 33 ++++++++++++++ test/CodeGen/X86/win64-bool.ll | 23 ++++++++++ test/CodeGen/X86/xor.ll | 5 ++- 10 files changed, 131 insertions(+), 46 deletions(-) create mode 100644 test/CodeGen/X86/win32-bool.ll create mode 100644 test/CodeGen/X86/win64-bool.ll