This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1a17324d819 Fix crash in bounds checking. new 8ef7ef81f78 [SLC] Refactor shrinking of functions (NFC) new e60d78fd125 [X86] Add test cases for the current codegen of __builtin_parity.
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/Transforms/Utils/SimplifyLibCalls.cpp | 127 +++++++++++-------------- test/CodeGen/X86/parity.ll | 149 ++++++++++++++++++++++++++++++ 2 files changed, 204 insertions(+), 72 deletions(-) create mode 100644 test/CodeGen/X86/parity.ll