This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 33b38a21e8e [X86] Add WriteBitScan/WriteLZCNT/WriteTZCNT/WritePOPCNT sc [...] new ff1d4d27d78 [X86] Fix Windows `i1 zeroext` conventions to use i8 instea [...]
The 1 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 | 16 ++++++--- lib/Target/X86/X86ISelLowering.cpp | 6 +++- 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/win-smallparams.ll | 67 ++++++++++++++++++++++++++++++++++++ test/CodeGen/X86/win32-bool.ll | 33 ++++++++++++++++++ test/CodeGen/X86/win64-bool.ll | 23 +++++++++++++ test/CodeGen/X86/xor.ll | 5 ++- 10 files changed, 159 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/X86/win-smallparams.ll create mode 100644 test/CodeGen/X86/win32-bool.ll create mode 100644 test/CodeGen/X86/win64-bool.ll