[all-commits] [llvm/llvm-project] b4207e: [ARM][Thumb2] Support .w assembler qualifier for p...

Stefan Agner via All-commits all-commits at lists.llvm.org
Fri Feb 28 03:08:38 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b4207e705b2b037d75876f10d12b730685020d94
      https://github.com/llvm/llvm-project/commit/b4207e705b2b037d75876f10d12b730685020d94
  Author: Stefan Agner <stefan at agner.ch>
  Date:   2020-02-28 (Fri, 28 Feb 2020)

  Changed paths:
    M llvm/lib/Target/ARM/ARMInstrThumb2.td
    M llvm/test/MC/ARM/basic-thumb2-instructions.s

  Log Message:
  -----------
  [ARM][Thumb2] Support .w assembler qualifier for pld/pldw/pli

Accept explicit wide assembler qualifier for the pld/pldw/pli.

Differential revision: https://reviews.llvm.org/D75144


  Commit: 2f95d5f10344967ff36b84d442c7b40d501f77f5
      https://github.com/llvm/llvm-project/commit/2f95d5f10344967ff36b84d442c7b40d501f77f5
  Author: Stefan Agner <stefan at agner.ch>
  Date:   2020-02-28 (Fri, 28 Feb 2020)

  Changed paths:
    M llvm/lib/Target/ARM/ARMInstrThumb2.td
    M llvm/test/MC/ARM/basic-thumb2-instructions.s

  Log Message:
  -----------
  [ARM][Thumb2] support .w assembler qualifier for dmb/dsb/isb

Support the explicit wide assembler qualifier for the dmb/dsb/isb synchronization barrier instructions.

Differential revision: https://reviews.llvm.org/D75143


Compare: https://github.com/llvm/llvm-project/compare/43704459b166...2f95d5f10344


More information about the All-commits mailing list