This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7a578c9 [WebAssembly] Add llvm-objdump support for wasm file format new 88948ad [AArch64] Fix useful bits detection for BFM instructions new 5ed39f2 [InstCombine] auto-generate checks for select+bitwise logic t [...]
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/AArch64/AArch64ISelDAGToDAG.cpp | 47 +++- test/CodeGen/AArch64/arm64-bitfield-extract.ll | 30 +++ .../InstCombine/select-with-bitwise-ops.ll | 297 +++++++++++++++++++++ test/Transforms/InstCombine/select.ll | 259 ------------------ 4 files changed, 365 insertions(+), 268 deletions(-) create mode 100644 test/Transforms/InstCombine/select-with-bitwise-ops.ll