[all-commits] [llvm/llvm-project] bcee4a: [X86] Rename VPERMI2/VPERMT2 to VPERMI2*Z/VPERMT2*...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Dec 14 01:55:31 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bcee4a93639585c280872f03b77fef323e0211a0
      https://github.com/llvm/llvm-project/commit/bcee4a93639585c280872f03b77fef323e0211a0
  Author: Simon Pilgrim <RKSimon at users.noreply.github.com>
  Date:   2023-12-14 (Thu, 14 Dec 2023)

  Changed paths:
    M llvm/lib/Target/X86/X86InstrAVX512.td
    M llvm/lib/Target/X86/X86InstrInfo.cpp
    M llvm/lib/Target/X86/X86SchedIceLake.td
    M llvm/lib/Target/X86/X86SchedSapphireRapids.td
    M llvm/lib/Target/X86/X86SchedSkylakeServer.td
    M llvm/lib/Target/X86/X86ScheduleZnver4.td
    M llvm/test/TableGen/x86-fold-tables.inc
    M llvm/utils/TableGen/X86FoldTablesEmitter.cpp

  Log Message:
  -----------
  [X86] Rename VPERMI2/VPERMT2 to VPERMI2*Z/VPERMT2*Z (#75192)

Add missing AVX512 Z prefix to conform to the standard naming convention and simplify matching in X86FoldTablesEmitter::addBroadcastEntry etc.




More information about the All-commits mailing list