[all-commits] [llvm/llvm-project] 3c0fd5: [X86] Replace alignedstore/alignedload custom pred...

jofrn via All-commits all-commits at lists.llvm.org
Fri Jun 5 17:32:36 PDT 2026


  Branch: refs/heads/users/jofrn/x86-aligned-minalign
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c0fd5b02f5d720e0e2b5619b8ec54dd34ea4cd3
      https://github.com/llvm/llvm-project/commit/3c0fd5b02f5d720e0e2b5619b8ec54dd34ea4cd3
  Author: jofrn <165626406+jofrn at users.noreply.github.com>
  Date:   2026-06-05 (Fri, 05 Jun 2026)

  Changed paths:
    M llvm/lib/Target/X86/X86InstrAVX512.td
    M llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
    M llvm/lib/Target/X86/X86InstrSSE.td
    M llvm/lib/Target/X86/X86InstrVecCompiler.td

  Log Message:
  -----------
  [X86] Replace alignedstore/alignedload custom predicates with MinAlignment. NFC

These custom alignment predicates predate PatFrag's dedicated
MinAlignment field. Replace them with per-size fragments
(alignedstore128/256/512, alignedload128/256/512) so both
SelectionDAG and GlobalISel get the alignment check without
hand-written predicate code.



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