This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b5d252509b2 Stop defining negative versions of some lit feature keyword [...] new f90dd6af95b [TargetLowering] Handle multi depth GEPs w/ inline asm constraints new 8ddb7357573 [InstCombine] try harder to form rotate (funnel shift) (PR20750)
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/CodeGen/SelectionDAG/TargetLowering.cpp | 71 ++++++++++------------ lib/Target/X86/X86ISelLowering.cpp | 40 ++---------- lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 7 +++ test/CodeGen/AArch64/inline-asm-multilevel-gep.ll | 12 ++++ test/CodeGen/ARM/inline-asm-multilevel-gep.ll | 12 ++++ test/CodeGen/PowerPC/inline-asm-multilevel-gep.ll | 12 ++++ test/CodeGen/X86/inline-asm-multilevel-gep.ll | 12 ++++ test/Transforms/InstCombine/rotate.ll | 18 ++---- 8 files changed, 98 insertions(+), 86 deletions(-) create mode 100644 test/CodeGen/AArch64/inline-asm-multilevel-gep.ll create mode 100644 test/CodeGen/ARM/inline-asm-multilevel-gep.ll create mode 100644 test/CodeGen/PowerPC/inline-asm-multilevel-gep.ll create mode 100644 test/CodeGen/X86/inline-asm-multilevel-gep.ll