This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3d48ff1d0ac [X86] Add test cases showing missed select simplifcation fo [...] new 5fd79cfd40a [PowerPC] add tests for bit hacking opportunities with setcc; NFC new 3a06bb23c20 [x86] add tests for bit hacking opportunities with setcc; 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: test/CodeGen/PowerPC/bool-math.ll | 114 +++++++++++++++++++++++++++++++++++++ test/CodeGen/X86/bool-math.ll | 117 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 231 insertions(+) create mode 100644 test/CodeGen/PowerPC/bool-math.ll create mode 100644 test/CodeGen/X86/bool-math.ll