[all-commits] [llvm/llvm-project] 1f44df: [AArch64][AsmParser] Fix bug in operand printer

Cullen Rhodes via All-commits all-commits at lists.llvm.org
Wed Aug 26 02:32:02 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1f44dfb640cbf04fd348c726950e556883cf7944
      https://github.com/llvm/llvm-project/commit/1f44dfb640cbf04fd348c726950e556883cf7944
  Author: Cullen Rhodes <cullen.rhodes at arm.com>
  Date:   2020-08-26 (Wed, 26 Aug 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp

  Log Message:
  -----------
  [AArch64][AsmParser] Fix bug in operand printer

The switch in AArch64Operand::print was changed in D45688 so the shift
can be printed after printing the register. This is implemented with
LLVM_FALLTHROUGH and was broken in D52485 when BTIHint was put between
the register and shift operands.

Reviewed By: ostannard

Differential Revision: https://reviews.llvm.org/D86535




More information about the All-commits mailing list