[all-commits] [llvm/llvm-project] 835c88: [llvm][AArch64][Assembly]: Add LUT assembly/disass...

Hassnaa Hamdi via All-commits all-commits at lists.llvm.org
Thu Nov 2 10:17:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 835c885ddbeb723e3189a3c5e7c476d0f2bded35
      https://github.com/llvm/llvm-project/commit/835c885ddbeb723e3189a3c5e7c476d0f2bded35
  Author: Hassnaa Hamdi <hassnaa.hamdi at arm.com>
  Date:   2023-11-02 (Thu, 02 Nov 2023)

  Changed paths:
    M llvm/include/llvm/TargetParser/AArch64TargetParser.h
    M llvm/lib/Target/AArch64/AArch64.td
    M llvm/lib/Target/AArch64/AArch64InstrFormats.td
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.td
    M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
    M llvm/lib/Target/AArch64/SMEInstrFormats.td
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/test/MC/AArch64/FP8/directive-arch-negative.s
    M llvm/test/MC/AArch64/FP8/directive-arch.s
    A llvm/test/MC/AArch64/FP8/luti2-diagnostics.s
    A llvm/test/MC/AArch64/FP8/luti2.s
    A llvm/test/MC/AArch64/FP8/luti4-diagnostics.s
    A llvm/test/MC/AArch64/FP8/luti4.s
    A llvm/test/MC/AArch64/FP8_SME2/lut-diagnostics.s
    A llvm/test/MC/AArch64/FP8_SME2/lut.s
    A llvm/test/MC/AArch64/FP8_SME2/movt-diagnostics.s
    A llvm/test/MC/AArch64/FP8_SME2/movt.s
    A llvm/test/MC/AArch64/FP8_SVE2/luti2-diagnostics.s
    A llvm/test/MC/AArch64/FP8_SVE2/luti2.s
    A llvm/test/MC/AArch64/FP8_SVE2/luti4-diagnostics.s
    A llvm/test/MC/AArch64/FP8_SVE2/luti4.s
    M llvm/unittests/TargetParser/TargetParserTest.cpp

  Log Message:
  -----------
  [llvm][AArch64][Assembly]: Add LUT assembly/disassembly. (#70802)

This patch adds the feature flags of LUT and SME_LUTv2, and the
assembly/disassembly
for the following instructions of NEON, SVE2 and SME2:
  * NEON: 
    - LUT2
    - LUT4
  * SVE2:
    - LUTI2_ZZZI
    - LUTI4_ZZZI 
    - LUTI4_Z2ZZI
  * SME: 
     - MOVT
     - LUTI4_4ZZT2Z
     - LUTI4_S_4ZZT2Z

That is according to this documentation:
https://developer.arm.com/documentation/ddi0602/2023-09




More information about the All-commits mailing list