[all-commits] [llvm/llvm-project] 93831c: [AArch64] Let patterns for NEON instructions check...

Sander de Smalen via All-commits all-commits at lists.llvm.org
Wed Jun 19 06:24:50 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 93831c73ea51dcf4dc1832a4ea5616b819d36f31
      https://github.com/llvm/llvm-project/commit/93831c73ea51dcf4dc1832a4ea5616b819d36f31
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2024-06-19 (Wed, 19 Jun 2024)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64InstrFormats.td
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-load.ll
    M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-store.ll
    R llvm/test/MC/AArch64/SME/streaming-mode-neon-bf16.s
    R llvm/test/MC/AArch64/SME/streaming-mode-neon.s

  Log Message:
  -----------
  [AArch64] Let patterns for NEON instructions check runtime mode. (#95560)

This helps identify any failures where the compiler might otherwise
silently emit instructions that are not valid for the given runtime mode.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list