This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_90 in repository llvm.
from 8d3e87eff6a Merging r368230: ------------------------------------------ [...] new 00237fcc861 Merging r368517, r368518, r368519, and r368554: new ccc886d3639 Merging r368572: ------------------------------------------ [...] new 93f085c4aef Merging r368477: ------------------------------------------ [...]
The 3 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/MC/MCContext.h | 13 +++ lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 1 + lib/MC/MCContext.cpp | 6 ++ lib/MC/MCParser/AsmParser.cpp | 4 +- lib/Target/RISCV/RISCVISelLowering.cpp | 6 +- lib/Transforms/InstCombine/InstCombineCompares.cpp | 25 ++++-- test/CodeGen/AArch64/callbr-asm-label.ll | 63 ++++++++++++++ test/CodeGen/RISCV/add-before-shl.ll | 40 +++++++++ test/CodeGen/X86/callbr-asm-label-addr.ll | 30 +++++++ test/CodeGen/X86/callbr-asm.ll | 16 ++-- .../shift-amount-reassociation-in-bittest.ll | 99 ++++++++++++++++++---- 11 files changed, 268 insertions(+), 35 deletions(-) create mode 100644 test/CodeGen/AArch64/callbr-asm-label.ll create mode 100644 test/CodeGen/X86/callbr-asm-label-addr.ll