This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 53ea485d58d [AMDGPU] LCSSA pass added in preISel. Fixing typo in previo [...] new 2f85bd14642 [X86] getTargetConstantBitsFromNode - remove unnecessary ge [...] new 6012b271292 [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
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: include/llvm/ADT/APInt.h | 11 ++++- lib/ExecutionEngine/ExecutionEngine.cpp | 53 -------------------- lib/Support/APInt.cpp | 53 ++++++++++++++++++++ lib/Target/X86/X86ISelLowering.cpp | 3 +- test/CodeGen/X86/i128-add.ll | 88 +++++++++++++++++++++++++++++++++ 5 files changed, 152 insertions(+), 56 deletions(-) create mode 100644 test/CodeGen/X86/i128-add.ll